Class: Aws::Types::GetConfigurationPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConfigurationPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration_policy ⇒ Types::Policy
Returns the value of attribute configuration_policy.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5917 5918 5919 |
# File 'sig/types.rbs', line 5917 def arn @arn end |
#configuration_policy ⇒ Types::Policy
Returns the value of attribute configuration_policy.
5923 5924 5925 |
# File 'sig/types.rbs', line 5923 def configuration_policy @configuration_policy end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5922 5923 5924 |
# File 'sig/types.rbs', line 5922 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
5920 5921 5922 |
# File 'sig/types.rbs', line 5920 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
5918 5919 5920 |
# File 'sig/types.rbs', line 5918 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5919 5920 5921 |
# File 'sig/types.rbs', line 5919 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5921 5922 5923 |
# File 'sig/types.rbs', line 5921 def updated_at @updated_at end |