Class: Aws::Types::ConfigurationPolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationPolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_enabled ⇒ Boolean
Returns the value of attribute service_enabled.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5049 5050 5051 |
# File 'sig/types.rbs', line 5049 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
5052 5053 5054 |
# File 'sig/types.rbs', line 5052 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
5050 5051 5052 |
# File 'sig/types.rbs', line 5050 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5051 5052 5053 |
# File 'sig/types.rbs', line 5051 def name @name end |
#service_enabled ⇒ Boolean
Returns the value of attribute service_enabled.
5054 5055 5056 |
# File 'sig/types.rbs', line 5054 def service_enabled @service_enabled end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5053 5054 5055 |
# File 'sig/types.rbs', line 5053 def updated_at @updated_at end |