Class: Aws::Types::CreateRecoveryGroupRequest

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


72
73
74
# File 'sig/types.rbs', line 72

def cells
  @cells
end

#recovery_group_name ⇒ ::String

Returns the value of attribute recovery_group_name.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def recovery_group_name
  @recovery_group_name
end

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

Returns the value of attribute tags.

Returns:

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


74
75
76
# File 'sig/types.rbs', line 74

def tags
  @tags
end