Class: Aws::SecurityIR::Types::OptInFeature

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feature_nameString

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1092

class OptInFeature < Struct.new(
  :feature_name,
  :is_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#is_enabledBoolean

Returns:

  • (Boolean)


1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1092

class OptInFeature < Struct.new(
  :feature_name,
  :is_enabled)
  SENSITIVE = []
  include Aws::Structure
end