Class: Aws::Types::ListGatewaysResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_summaries::Array[Types::GatewaySummary]

Returns the value of attribute gateway_summaries.

Returns:



2868
2869
2870
# File 'sig/types.rbs', line 2868

def gateway_summaries
  @gateway_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2869
2870
2871
# File 'sig/types.rbs', line 2869

def next_token
  @next_token
end