Class: Aws::Types::DescribeLocalGatewaysResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateways::Array[Types::LocalGateway]

Returns the value of attribute local_gateways.

Returns:



6500
6501
6502
# File 'sig/types.rbs', line 6500

def local_gateways
  @local_gateways
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6501
6502
6503
# File 'sig/types.rbs', line 6501

def next_token
  @next_token
end