Class: Aws::Types::DetectorAdditionalConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::DetectorAdditionalConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "EKS_ADDON_MANAGEMENT", ...
Returns the value of attribute name.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#name ⇒ "EKS_ADDON_MANAGEMENT", ...
Returns the value of attribute name.
910 911 912 |
# File 'sig/types.rbs', line 910 def name @name end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
911 912 913 |
# File 'sig/types.rbs', line 911 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
912 913 914 |
# File 'sig/types.rbs', line 912 def updated_at @updated_at end |