Class: Aws::DirectConnect::Types::DescribeInterconnectsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#interconnect_idString

The ID of the interconnect.

Returns:

  • (String)


2049
2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2049

class DescribeInterconnectsRequest < Struct.new(
  :interconnect_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

If MaxResults is given a value larger than 100, only 100 results are returned.

Returns:

  • (Integer)


2049
2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2049

class DescribeInterconnectsRequest < Struct.new(
  :interconnect_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2049
2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2049

class DescribeInterconnectsRequest < Struct.new(
  :interconnect_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end