Class: Aws::Types::DescribeRecoveryPointInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_account_id::String

Returns the value of attribute backup_vault_account_id.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def 
  @backup_vault_account_id
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def backup_vault_name
  @backup_vault_name
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def recovery_point_arn
  @recovery_point_arn
end