Class: Aws::Types::DescribeDimensionKeysResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aligned_end_time::Time

Returns the value of attribute aligned_end_time.

Returns:

  • (::Time)


86
87
88
# File 'sig/types.rbs', line 86

def aligned_end_time
  @aligned_end_time
end

#aligned_start_time::Time

Returns the value of attribute aligned_start_time.

Returns:

  • (::Time)


85
86
87
# File 'sig/types.rbs', line 85

def aligned_start_time
  @aligned_start_time
end

#keys::Array[Types::DimensionKeyDescription]

Returns the value of attribute keys.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def keys
  @keys
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def next_token
  @next_token
end

#partition_keys::Array[Types::ResponsePartitionKey]

Returns the value of attribute partition_keys.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def partition_keys
  @partition_keys
end