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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pi/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)


408
409
410
411
412
413
414
415
416
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 408

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)


408
409
410
411
412
413
414
415
416
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 408

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:



408
409
410
411
412
413
414
415
416
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 408

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)


408
409
410
411
412
413
414
415
416
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 408

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:



408
409
410
411
412
413
414
415
416
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 408

class DescribeDimensionKeysResponse < Struct.new(
  :aligned_start_time,
  :aligned_end_time,
  :partition_keys,
  :keys,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end