Class: Aws::Types::UpdateConfigurationPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_policy ⇒ Types::Policy
Returns the value of attribute configuration_policy.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_reason ⇒ ::String
Returns the value of attribute updated_reason.
Instance Attribute Details
#configuration_policy ⇒ Types::Policy
Returns the value of attribute configuration_policy.
7984 7985 7986 |
# File 'sig/types.rbs', line 7984 def configuration_policy @configuration_policy end |
#description ⇒ ::String
Returns the value of attribute description.
7982 7983 7984 |
# File 'sig/types.rbs', line 7982 def description @description end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
7980 7981 7982 |
# File 'sig/types.rbs', line 7980 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
7981 7982 7983 |
# File 'sig/types.rbs', line 7981 def name @name end |
#updated_reason ⇒ ::String
Returns the value of attribute updated_reason.
7983 7984 7985 |
# File 'sig/types.rbs', line 7983 def updated_reason @updated_reason end |