Class: Aws::Types::RecoveryPoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#namespace_arn::String

Returns the value of attribute namespace_arn.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def namespace_arn
  @namespace_arn
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def namespace_name
  @namespace_name
end

#recovery_point_create_time::Time

Returns the value of attribute recovery_point_create_time.

Returns:

  • (::Time)


756
757
758
# File 'sig/types.rbs', line 756

def recovery_point_create_time
  @recovery_point_create_time
end

#recovery_point_id::String

Returns the value of attribute recovery_point_id.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def recovery_point_id
  @recovery_point_id
end

#total_size_in_mega_bytes::Float

Returns the value of attribute total_size_in_mega_bytes.

Returns:

  • (::Float)


758
759
760
# File 'sig/types.rbs', line 758

def total_size_in_mega_bytes
  @total_size_in_mega_bytes
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def workgroup_name
  @workgroup_name
end