Class: Aws::EC2::Types::GetAwsNetworkPerformanceDataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetAwsNetworkPerformanceDataResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_responses ⇒ Array<Types::DataResponse>
The list of data responses.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#data_responses ⇒ Array<Types::DataResponse>
The list of data responses.
36663 36664 36665 36666 36667 36668 |
# File 'lib/aws-sdk-ec2/types.rb', line 36663 class GetAwsNetworkPerformanceDataResult < Struct.new( :data_responses, :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.
36663 36664 36665 36666 36667 36668 |
# File 'lib/aws-sdk-ec2/types.rb', line 36663 class GetAwsNetworkPerformanceDataResult < Struct.new( :data_responses, :next_token) SENSITIVE = [] include Aws::Structure end |