Class: Aws::Types::StartConfigurationPolicyDisassociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartConfigurationPolicyDisassociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_policy_identifier ⇒ ::String
Returns the value of attribute configuration_policy_identifier.
-
#target ⇒ Types::Target
Returns the value of attribute target.
Instance Attribute Details
#configuration_policy_identifier ⇒ ::String
Returns the value of attribute configuration_policy_identifier.
7765 7766 7767 |
# File 'sig/types.rbs', line 7765 def configuration_policy_identifier @configuration_policy_identifier end |
#target ⇒ Types::Target
Returns the value of attribute target.
7764 7765 7766 |
# File 'sig/types.rbs', line 7764 def target @target end |