Class: Aws::Types::CreateConfigurationPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration_policy ⇒ Types::Policy
Returns the value of attribute configuration_policy.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5165 5166 5167 |
# File 'sig/types.rbs', line 5165 def arn @arn end |
#configuration_policy ⇒ Types::Policy
Returns the value of attribute configuration_policy.
5171 5172 5173 |
# File 'sig/types.rbs', line 5171 def configuration_policy @configuration_policy end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5170 5171 5172 |
# File 'sig/types.rbs', line 5170 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
5168 5169 5170 |
# File 'sig/types.rbs', line 5168 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
5166 5167 5168 |
# File 'sig/types.rbs', line 5166 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5167 5168 5169 |
# File 'sig/types.rbs', line 5167 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5169 5170 5171 |
# File 'sig/types.rbs', line 5169 def updated_at @updated_at end |