Class: Aws::Types::CreateRecoveryGroupResponse

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])


79
80
81
# File 'sig/types.rbs', line 79

def cells
  @cells
end

#recovery_group_arn ⇒ ::String

Returns the value of attribute recovery_group_arn.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def recovery_group_arn
  @recovery_group_arn
end

#recovery_group_name ⇒ ::String

Returns the value of attribute recovery_group_name.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def recovery_group_name
  @recovery_group_name
end

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

Returns the value of attribute tags.

Returns:

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


82
83
84
# File 'sig/types.rbs', line 82

def tags
  @tags
end