Class: Aws::PI::Types::DescribeDimensionKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::DescribeDimensionKeysResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aligned_end_time ⇒ Time
The end time for the returned dimension keys, after alignment to a granular boundary (as specified by ‘PeriodInSeconds`).
-
#aligned_start_time ⇒ Time
The start time for the returned dimension keys, after alignment to a granular boundary (as specified by ‘PeriodInSeconds`).
-
#keys ⇒ Array<Types::DimensionKeyDescription>
The dimension keys that were requested.
-
#next_token ⇒ String
A pagination token that indicates the response didn’t return all available records because ‘MaxRecords` was specified in the previous request.
-
#partition_keys ⇒ Array<Types::ResponsePartitionKey>
If ‘PartitionBy` was present in the request, `PartitionKeys` contains the breakdown of dimension keys by the specified partitions.
Instance Attribute Details
#aligned_end_time ⇒ Time
The end time for the returned dimension keys, after alignment to a granular boundary (as specified by ‘PeriodInSeconds`). `AlignedEndTime` will be greater than or equal to the value of the user-specified `Endtime`.
413 414 415 416 417 418 419 420 421 |
# File 'lib/aws-sdk-pi/types.rb', line 413 class DescribeDimensionKeysResponse < Struct.new( :aligned_start_time, :aligned_end_time, :partition_keys, :keys, :next_token) SENSITIVE = [] include Aws::Structure end |
#aligned_start_time ⇒ Time
The start time for the returned dimension keys, after alignment to a granular boundary (as specified by ‘PeriodInSeconds`). `AlignedStartTime` will be less than or equal to the value of the user-specified `StartTime`.
413 414 415 416 417 418 419 420 421 |
# File 'lib/aws-sdk-pi/types.rb', line 413 class DescribeDimensionKeysResponse < Struct.new( :aligned_start_time, :aligned_end_time, :partition_keys, :keys, :next_token) SENSITIVE = [] include Aws::Structure end |
#keys ⇒ Array<Types::DimensionKeyDescription>
The dimension keys that were requested.
413 414 415 416 417 418 419 420 421 |
# File 'lib/aws-sdk-pi/types.rb', line 413 class DescribeDimensionKeysResponse < Struct.new( :aligned_start_time, :aligned_end_time, :partition_keys, :keys, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that indicates the response didn’t return all available records because ‘MaxRecords` was specified in the previous request. To get the remaining records, specify `NextToken` in a separate request with this value.
413 414 415 416 417 418 419 420 421 |
# File 'lib/aws-sdk-pi/types.rb', line 413 class DescribeDimensionKeysResponse < Struct.new( :aligned_start_time, :aligned_end_time, :partition_keys, :keys, :next_token) SENSITIVE = [] include Aws::Structure end |
#partition_keys ⇒ Array<Types::ResponsePartitionKey>
If ‘PartitionBy` was present in the request, `PartitionKeys` contains the breakdown of dimension keys by the specified partitions.
413 414 415 416 417 418 419 420 421 |
# File 'lib/aws-sdk-pi/types.rb', line 413 class DescribeDimensionKeysResponse < Struct.new( :aligned_start_time, :aligned_end_time, :partition_keys, :keys, :next_token) SENSITIVE = [] include Aws::Structure end |