Class: Aws::Types::DescribeNatGatewaysResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#nat_gateways::Array[Types::NatGateway]

Returns the value of attribute nat_gateways.

Returns:



6862
6863
6864
# File 'sig/types.rbs', line 6862

def nat_gateways
  @nat_gateways
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6863
6864
6865
# File 'sig/types.rbs', line 6863

def next_token
  @next_token
end