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:



6362
6363
6364
# File 'sig/types.rbs', line 6362

def internet_gateways
  @internet_gateways
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6363
6364
6365
# File 'sig/types.rbs', line 6363

def next_token
  @next_token
end