Class: Aws::Types::LifecyclePolicySummary

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)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def arn
  @arn
end

#date_created ⇒ ::Time

Returns the value of attribute date_created.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def date_updated
  @date_updated
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def description
  @description
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def execution_role
  @execution_role
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • ("AMI_IMAGE", "CONTAINER_IMAGE")


1430
1431
1432
# File 'sig/types.rbs', line 1430

def resource_type
  @resource_type
end

#status ⇒ "DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


1428
1429
1430
# File 'sig/types.rbs', line 1428

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1434
1435
1436
# File 'sig/types.rbs', line 1434

def tags
  @tags
end