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

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def arn
  @arn
end

#date_created ⇒ ::Time

Returns the value of attribute date_created.

Returns:

  • (::Time)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def date_created
  @date_created
end

#date_last_run ⇒ ::Time

Returns the value of attribute date_last_run.

Returns:

  • (::Time)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def date_last_run
  @date_last_run
end

#date_updated ⇒ ::Time

Returns the value of attribute date_updated.

Returns:

  • (::Time)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def date_updated
  @date_updated
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def description
  @description
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def execution_role
  @execution_role
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def name
  @name
end

#policy_details ⇒ ::Array[Types::LifecyclePolicyDetail]

Returns the value of attribute policy_details.

Returns:



1354
1355
1356
# File 'sig/types.rbs', line 1354

def policy_details
  @policy_details
end

#resource_selection ⇒ Types::LifecyclePolicyResourceSelection

Returns the value of attribute resource_selection.



1355
1356
1357
# File 'sig/types.rbs', line 1355

def resource_selection
  @resource_selection
end

#resource_type ⇒ "AMI_IMAGE", "CONTAINER_IMAGE"

Returns the value of attribute resource_type.

Returns:

  • ("AMI_IMAGE", "CONTAINER_IMAGE")


1353
1354
1355
# File 'sig/types.rbs', line 1353

def resource_type
  @resource_type
end

#status ⇒ "DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


1351
1352
1353
# File 'sig/types.rbs', line 1351

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1359
1360
1361
# File 'sig/types.rbs', line 1359

def tags
  @tags
end