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:



5582
5583
5584
# File 'sig/types.rbs', line 5582

def egress_only_internet_gateways
  @egress_only_internet_gateways
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5583
5584
5585
# File 'sig/types.rbs', line 5583

def next_token
  @next_token
end