Class: Aws::Types::AwsGuardDutyDetectorFeaturesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsGuardDutyDetectorFeaturesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def status @status end |