Class: Aws::Types::UpdateRecoveryPointLifecycleOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def backup_vault_arn
  @backup_vault_arn
end

#calculated_lifecycleTypes::CalculatedLifecycle

Returns the value of attribute calculated_lifecycle.



2341
2342
2343
# File 'sig/types.rbs', line 2341

def calculated_lifecycle
  @calculated_lifecycle
end

#lifecycleTypes::Lifecycle

Returns the value of attribute lifecycle.

Returns:



2340
2341
2342
# File 'sig/types.rbs', line 2340

def lifecycle
  @lifecycle
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def recovery_point_arn
  @recovery_point_arn
end