Class: Aws::Types::GetCustomerGatewayAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_arns ⇒ ::Array[::String]

Returns the value of attribute customer_gateway_arns.

Returns:

  • (::Array[::String])


949
950
951
# File 'sig/types.rbs', line 949

def customer_gateway_arns
  @customer_gateway_arns
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def global_network_id
  @global_network_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


950
951
952
# File 'sig/types.rbs', line 950

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def next_token
  @next_token
end