Class: Aws::Types::LifecyclePolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_last_run ⇒ ::Time
Returns the value of attribute date_last_run.
-
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_type ⇒ "AMI_IMAGE", "CONTAINER_IMAGE"
Returns the value of attribute resource_type.
-
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def arn @arn end |
#date_created ⇒ ::Time
Returns the value of attribute date_created.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def date_created @date_created end |
#date_last_run ⇒ ::Time
Returns the value of attribute date_last_run.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def date_last_run @date_last_run end |
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def description @description end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def execution_role @execution_role end |
#name ⇒ ::String
Returns the value of attribute name.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def name @name end |
#resource_type ⇒ "AMI_IMAGE", "CONTAINER_IMAGE"
Returns the value of attribute resource_type.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def resource_type @resource_type end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def @tags end |