Class: Aws::Types::GetRecoveryGroupResponse

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


245
246
247
# File 'sig/types.rbs', line 245

def cells
  @cells
end

#recovery_group_arn ⇒ ::String

Returns the value of attribute recovery_group_arn.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def recovery_group_arn
  @recovery_group_arn
end

#recovery_group_name ⇒ ::String

Returns the value of attribute recovery_group_name.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def recovery_group_name
  @recovery_group_name
end

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

Returns the value of attribute tags.

Returns:

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


248
249
250
# File 'sig/types.rbs', line 248

def tags
  @tags
end