Class: Aws::Types::UpdateLifecyclePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


932
933
934
# File 'sig/types.rbs', line 932

def name
  @name
end

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def policy
  @policy
end

#policy_version ⇒ ::String

Returns the value of attribute policy_version.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def policy_version
  @policy_version
end

#type ⇒ "retention"

Returns the value of attribute type.

Returns:

  • ("retention")


931
932
933
# File 'sig/types.rbs', line 931

def type
  @type
end