Class: Aws::Types::ListGatewaysOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateways::Array[Types::GatewayInfo]

Returns the value of attribute gateways.

Returns:



1012
1013
1014
# File 'sig/types.rbs', line 1012

def gateways
  @gateways
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def marker
  @marker
end