Class: Aws::Types::LifecyclePolicy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_created::Time

Returns the value of attribute date_created.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


189
190
191
# File 'sig/types.rbs', line 189

def date_modified
  @date_modified
end

#default_policyBoolean

Returns the value of attribute default_policy.

Returns:

  • (Boolean)


193
194
195
# File 'sig/types.rbs', line 193

def default_policy
  @default_policy
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def policy_arn
  @policy_arn
end

#policy_detailsTypes::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.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def policy_id
  @policy_id
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED", "ERROR")


185
186
187
# File 'sig/types.rbs', line 185

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def status_message
  @status_message
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


191
192
193
# File 'sig/types.rbs', line 191

def tags
  @tags
end