Class: Aws::Types::UpdateRecoveryGroupResponse

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


504
505
506
# File 'sig/types.rbs', line 504

def cells
  @cells
end

#recovery_group_arn ⇒ ::String

Returns the value of attribute recovery_group_arn.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def recovery_group_arn
  @recovery_group_arn
end

#recovery_group_name ⇒ ::String

Returns the value of attribute recovery_group_name.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def recovery_group_name
  @recovery_group_name
end

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

Returns the value of attribute tags.

Returns:

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


507
508
509
# File 'sig/types.rbs', line 507

def tags
  @tags
end