Class: Aws::Types::RecoveryPointMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def backup_vault_name
  @backup_vault_name
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def recovery_point_arn
  @recovery_point_arn
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def resource_arn
  @resource_arn
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def resource_type
  @resource_type
end