Class: Aws::DirectConnect::Types::Lags
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::Lags
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lags ⇒ Array<Types::Lag>
The LAGs.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#lags ⇒ Array<Types::Lag>
The LAGs.
2876 2877 2878 2879 2880 2881 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2876 class Lags < Struct.new( :lags, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
2876 2877 2878 2879 2880 2881 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2876 class Lags < Struct.new( :lags, :next_token) SENSITIVE = [] include Aws::Structure end |