Class: Aws::PI::Types::DescribeDimensionKeysResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aligned_end_timeTime

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`.

Returns:

  • (Time)


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_timeTime

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`.

Returns:

  • (Time)


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

#keysArray<Types::DimensionKeyDescription>

The dimension keys that were requested.

Returns:



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_tokenString

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.

Returns:

  • (String)


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_keysArray<Types::ResponsePartitionKey>

If ‘PartitionBy` was present in the request, `PartitionKeys` contains the breakdown of dimension keys by the specified partitions.

Returns:



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