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

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


621
622
623
# File 'sig/types.rbs', line 621

def created_date
  @created_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def description
  @description
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


622
623
624
# File 'sig/types.rbs', line 622

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def name
  @name
end

#policy_version ⇒ ::String

Returns the value of attribute policy_version.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def policy_version
  @policy_version
end

#type ⇒ "retention"

Returns the value of attribute type.

Returns:

  • ("retention")


617
618
619
# File 'sig/types.rbs', line 617

def type
  @type
end