Class: Aws::Types::LifecyclePolicy
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_modified ⇒ ::Time
Returns the value of attribute date_modified.
-
#default_policy ⇒ Boolean
Returns the value of attribute default_policy.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_details ⇒ Types::PolicyDetails
Returns the value of attribute policy_details.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#date_created ⇒ ::Time
Returns the value of attribute date_created.
188 189 190 |
# File 'sig/types.rbs', line 188 def date_created @date_created end |
#date_modified ⇒ ::Time
Returns the value of attribute date_modified.
189 190 191 |
# File 'sig/types.rbs', line 189 def date_modified @date_modified end |
#default_policy ⇒ Boolean
Returns the value of attribute default_policy.
193 194 195 |
# File 'sig/types.rbs', line 193 def default_policy @default_policy end |
#description ⇒ ::String
Returns the value of attribute description.
184 185 186 |
# File 'sig/types.rbs', line 184 def description @description end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
187 188 189 |
# File 'sig/types.rbs', line 187 def execution_role_arn @execution_role_arn end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
192 193 194 |
# File 'sig/types.rbs', line 192 def policy_arn @policy_arn end |
#policy_details ⇒ Types::PolicyDetails
Returns the value of attribute policy_details.
190 191 192 |
# File 'sig/types.rbs', line 190 def policy_details @policy_details end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
183 184 185 |
# File 'sig/types.rbs', line 183 def policy_id @policy_id end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
185 186 187 |
# File 'sig/types.rbs', line 185 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
186 187 188 |
# File 'sig/types.rbs', line 186 def @status_message end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
191 192 193 |
# File 'sig/types.rbs', line 191 def @tags end |