Class: Aws::Types::RecoveryGroupOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cells ⇒ ::Array[::String]

Returns the value of attribute cells.

Returns:

  • (::Array[::String])


397
398
399
# File 'sig/types.rbs', line 397

def cells
  @cells
end

#recovery_group_arn ⇒ ::String

Returns the value of attribute recovery_group_arn.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def recovery_group_arn
  @recovery_group_arn
end

#recovery_group_name ⇒ ::String

Returns the value of attribute recovery_group_name.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def recovery_group_name
  @recovery_group_name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


400
401
402
# File 'sig/types.rbs', line 400

def tags
  @tags
end