Class: Aws::Types::KeyGroupList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::KeyGroupSummary]

Returns the value of attribute items.

Returns:



2175
2176
2177
# File 'sig/types.rbs', line 2175

def items
  @items
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def quantity
  @quantity
end