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

#copy_tagsBoolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


337
338
339
# File 'sig/types.rbs', line 337

def copy_tags
  @copy_tags
end

#create_interval::Integer

Returns the value of attribute create_interval.

Returns:

  • (::Integer)


335
336
337
# File 'sig/types.rbs', line 335

def create_interval
  @create_interval
end

#cross_region_copy_targets::Array[Types::CrossRegionCopyTarget]

Returns the value of attribute cross_region_copy_targets.

Returns:



339
340
341
# File 'sig/types.rbs', line 339

def cross_region_copy_targets
  @cross_region_copy_targets
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def description
  @description
end

#exclusionsTypes::Exclusions

Returns the value of attribute exclusions.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def exclusions
  @exclusions
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def execution_role_arn
  @execution_role_arn
end

#extend_deletionBoolean

Returns the value of attribute extend_deletion.

Returns:

  • (Boolean)


338
339
340
# File 'sig/types.rbs', line 338

def extend_deletion
  @extend_deletion
end

#policy_detailsTypes::PolicyDetails

Returns the value of attribute policy_details.



334
335
336
# File 'sig/types.rbs', line 334

def policy_details
  @policy_details
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def policy_id
  @policy_id
end

#retain_interval::Integer

Returns the value of attribute retain_interval.

Returns:

  • (::Integer)


336
337
338
# File 'sig/types.rbs', line 336

def retain_interval
  @retain_interval
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


332
333
334
# File 'sig/types.rbs', line 332

def state
  @state
end