Class: Aws::Types::DescribeEgressOnlyInternetGatewaysResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_only_internet_gateways::Array[Types::EgressOnlyInternetGateway]

Returns the value of attribute egress_only_internet_gateways.

Returns:



5765
5766
5767
# File 'sig/types.rbs', line 5765

def egress_only_internet_gateways
  @egress_only_internet_gateways
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5766
5767
5768
# File 'sig/types.rbs', line 5766

def next_token
  @next_token
end