Class: Aws::Types::DescribeInternetGatewaysResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#internet_gateways::Array[Types::InternetGateway]

Returns the value of attribute internet_gateways.

Returns:



6179
6180
6181
# File 'sig/types.rbs', line 6179

def internet_gateways
  @internet_gateways
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6180
6181
6182
# File 'sig/types.rbs', line 6180

def next_token
  @next_token
end