Class: Aws::Types::UpdateConfigurationPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationPolicyResponse
- 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.
7989 7990 7991 |
# File 'sig/types.rbs', line 7989 def arn @arn end |
#configuration_policy ⇒ Types::Policy
Returns the value of attribute configuration_policy.
7995 7996 7997 |
# File 'sig/types.rbs', line 7995 def configuration_policy @configuration_policy end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
7994 7995 7996 |
# File 'sig/types.rbs', line 7994 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
7992 7993 7994 |
# File 'sig/types.rbs', line 7992 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
7990 7991 7992 |
# File 'sig/types.rbs', line 7990 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
7991 7992 7993 |
# File 'sig/types.rbs', line 7991 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
7993 7994 7995 |
# File 'sig/types.rbs', line 7993 def updated_at @updated_at end |