Class: Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directconnect/types.rb

Overview

Note:

When making an API call, you may pass DescribeDirectConnectGatewayAssociationsRequest data as a hash:

{
  direct_connect_gateway_id: "DirectConnectGatewayId",
  virtual_gateway_id: "VirtualGatewayId",
  max_results: 1,
  next_token: "PaginationToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#direct_connect_gateway_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)


1301
1302
1303
1304
1305
1306
1307
# File 'lib/aws-sdk-directconnect/types.rb', line 1301

class DescribeDirectConnectGatewayAssociationsRequest < Struct.new(
  :direct_connect_gateway_id,
  :virtual_gateway_id,
  :max_results,
  :next_token)
  include Aws::Structure
end

#max_resultsInteger

The maximum number of associations to return per page.

Returns:

  • (Integer)


1301
1302
1303
1304
1305
1306
1307
# File 'lib/aws-sdk-directconnect/types.rb', line 1301

class DescribeDirectConnectGatewayAssociationsRequest < Struct.new(
  :direct_connect_gateway_id,
  :virtual_gateway_id,
  :max_results,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token provided in the previous call to retrieve the next page.

Returns:

  • (String)


1301
1302
1303
1304
1305
1306
1307
# File 'lib/aws-sdk-directconnect/types.rb', line 1301

class DescribeDirectConnectGatewayAssociationsRequest < Struct.new(
  :direct_connect_gateway_id,
  :virtual_gateway_id,
  :max_results,
  :next_token)
  include Aws::Structure
end

#virtual_gateway_idString

The ID of the virtual private gateway.

Returns:

  • (String)


1301
1302
1303
1304
1305
1306
1307
# File 'lib/aws-sdk-directconnect/types.rb', line 1301

class DescribeDirectConnectGatewayAssociationsRequest < Struct.new(
  :direct_connect_gateway_id,
  :virtual_gateway_id,
  :max_results,
  :next_token)
  include Aws::Structure
end