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:



6589
6590
6591
# File 'sig/types.rbs', line 6589

def nat_gateways
  @nat_gateways
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6590
6591
6592
# File 'sig/types.rbs', line 6590

def next_token
  @next_token
end