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)


1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1288

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

#is_enabledBoolean

Returns:

  • (Boolean)


1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1288

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