Class: Aws::Types::ConfigurationPolicyAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationPolicyAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_status ⇒ "PENDING", ...
Returns the value of attribute association_status.
-
#association_status_message ⇒ ::String
Returns the value of attribute association_status_message.
-
#association_type ⇒ "INHERITED", "APPLIED"
Returns the value of attribute association_type.
-
#configuration_policy_id ⇒ ::String
Returns the value of attribute configuration_policy_id.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ "ACCOUNT", ...
Returns the value of attribute target_type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#association_status ⇒ "PENDING", ...
Returns the value of attribute association_status.
5043 5044 5045 |
# File 'sig/types.rbs', line 5043 def association_status @association_status end |
#association_status_message ⇒ ::String
Returns the value of attribute association_status_message.
5044 5045 5046 |
# File 'sig/types.rbs', line 5044 def @association_status_message end |
#association_type ⇒ "INHERITED", "APPLIED"
Returns the value of attribute association_type.
5041 5042 5043 |
# File 'sig/types.rbs', line 5041 def association_type @association_type end |
#configuration_policy_id ⇒ ::String
Returns the value of attribute configuration_policy_id.
5038 5039 5040 |
# File 'sig/types.rbs', line 5038 def configuration_policy_id @configuration_policy_id end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
5039 5040 5041 |
# File 'sig/types.rbs', line 5039 def target_id @target_id end |
#target_type ⇒ "ACCOUNT", ...
Returns the value of attribute target_type.
5040 5041 5042 |
# File 'sig/types.rbs', line 5040 def target_type @target_type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5042 5043 5044 |
# File 'sig/types.rbs', line 5042 def updated_at @updated_at end |