Class: Aws::Types::DescribeDimensionKeysResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDimensionKeysResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aligned_end_time ⇒ ::Time
Returns the value of attribute aligned_end_time.
-
#aligned_start_time ⇒ ::Time
Returns the value of attribute aligned_start_time.
-
#keys ⇒ ::Array[Types::DimensionKeyDescription]
Returns the value of attribute keys.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#partition_keys ⇒ ::Array[Types::ResponsePartitionKey]
Returns the value of attribute partition_keys.
Instance Attribute Details
#aligned_end_time ⇒ ::Time
Returns the value of attribute aligned_end_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.
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.
88 89 90 |
# File 'sig/types.rbs', line 88 def keys @keys end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
87 88 89 |
# File 'sig/types.rbs', line 87 def partition_keys @partition_keys end |