Class: Aws::Types::ListResiliencyGroupsResult

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::ResiliencyGroupSummary]

Returns the value of attribute items.



814
815
816
# File 'sig/types.rbs', line 814

def items
  @items
end

#next_token::String

Returns the value of attribute next_token.



815
816
817
# File 'sig/types.rbs', line 815

def next_token
  @next_token
end