Class: Aws::Types::CreateConfigurationPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationPolicyRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#configuration_policy ⇒ Types::Policy
Returns the value of attribute configuration_policy.
5159 5160 5161 |
# File 'sig/types.rbs', line 5159 def configuration_policy @configuration_policy end |
#description ⇒ ::String
Returns the value of attribute description.
5158 5159 5160 |
# File 'sig/types.rbs', line 5158 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
5157 5158 5159 |
# File 'sig/types.rbs', line 5157 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5160 5161 5162 |
# File 'sig/types.rbs', line 5160 def @tags end |