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)


1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1456

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

#is_enabledBoolean

Returns:

  • (Boolean)


1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1456

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