Module: Aws::PI::Client::_DescribeDimensionKeysResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDimensionKeysResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aligned_end_time ⇒ ::Time
- #aligned_start_time ⇒ ::Time
- #keys ⇒ ::Array[Types::DimensionKeyDescription]
- #next_token ⇒ ::String
- #partition_keys ⇒ ::Array[Types::ResponsePartitionKey]
Instance Method Details
#aligned_end_time ⇒ ::Time
115 |
# File 'sig/client.rbs', line 115
def aligned_end_time: () -> ::Time
|
#aligned_start_time ⇒ ::Time
114 |
# File 'sig/client.rbs', line 114
def aligned_start_time: () -> ::Time
|
#keys ⇒ ::Array[Types::DimensionKeyDescription]
117 |
# File 'sig/client.rbs', line 117
def keys: () -> ::Array[Types::DimensionKeyDescription]
|
#next_token ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def next_token: () -> ::String
|
#partition_keys ⇒ ::Array[Types::ResponsePartitionKey]
116 |
# File 'sig/client.rbs', line 116
def partition_keys: () -> ::Array[Types::ResponsePartitionKey]
|