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
- Struct
- Aws::PI::Types::DescribeDimensionKeysResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional pagination token provided by a previous request. 
- 
  
    
      #partition_keys  ⇒ Array<Types::ResponsePartitionKey> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If PartitionBywas present in the request,PartitionKeyscontains 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.
#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.
#keys ⇒ Array<Types::DimensionKeyDescription>
The dimension keys that were requested.
#next_token ⇒ String
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.
#partition_keys ⇒ Array<Types::ResponsePartitionKey>
If PartitionBy was present in the request, PartitionKeys contains
the breakdown of dimension keys by the specified partitions.