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:



6437
6438
6439
# File 'sig/types.rbs', line 6437

def internet_gateways
  @internet_gateways
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6438
6439
6440
# File 'sig/types.rbs', line 6438

def next_token
  @next_token
end