Class: Aws::Types::StartConfigurationPolicyAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartConfigurationPolicyAssociationRequest
- 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.
7747 7748 7749 |
# File 'sig/types.rbs', line 7747 def configuration_policy_identifier @configuration_policy_identifier end |
#target ⇒ Types::Target
Returns the value of attribute target.
7748 7749 7750 |
# File 'sig/types.rbs', line 7748 def target @target end |