Class: Aws::SecurityIR::Types::OptInFeature
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::OptInFeature
- 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_name ⇒ 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_enabled ⇒ 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 |