You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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)

    The end time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds).

#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)

    The start time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds).

#keysArray<Types::DimensionKeyDescription>

The dimension keys that were requested.

Returns:

#next_tokenString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

Returns:

  • (String)

    An optional pagination token provided by a previous request.

#partition_keysArray<Types::ResponsePartitionKey>

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

Returns:

  • (Array<Types::ResponsePartitionKey>)

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