Class: Aws::Types::CreateLifecyclePolicyRequest

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)


306
307
308
# File 'sig/types.rbs', line 306

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def name
  @name
end

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def policy
  @policy
end

#type ⇒ "retention"

Returns the value of attribute type.

Returns:

  • ("retention")


302
303
304
# File 'sig/types.rbs', line 302

def type
  @type
end