Class: Aws::Types::EffectiveLifecyclePolicyDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#no_min_retention_period ⇒ Boolean

Returns the value of attribute no_min_retention_period.

Returns:

  • (Boolean)


472
473
474
# File 'sig/types.rbs', line 472

def no_min_retention_period
  @no_min_retention_period
end

#policy_name ⇒ ::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def policy_name
  @policy_name
end

#resource ⇒ ::String

Returns the value of attribute resource.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def resource
  @resource
end

#resource_type ⇒ "index"

Returns the value of attribute resource_type.

Returns:

  • ("index")


470
471
472
# File 'sig/types.rbs', line 470

def resource_type
  @resource_type
end

#retention_period ⇒ ::String

Returns the value of attribute retention_period.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def retention_period
  @retention_period
end

#type ⇒ "retention"

Returns the value of attribute type.

Returns:

  • ("retention")


467
468
469
# File 'sig/types.rbs', line 467

def type
  @type
end