Class: Aws::Types::GetCustomerGatewayAssociationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_associations ⇒ ::Array[Types::CustomerGatewayAssociation]

Returns the value of attribute customer_gateway_associations.

Returns:



956
957
958
# File 'sig/types.rbs', line 956

def customer_gateway_associations
  @customer_gateway_associations
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def next_token
  @next_token
end