Module: Aws::IoT::Client::_UpdateDimensionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDimensionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_date ⇒ ::Time
- #last_modified_date ⇒ ::Time
- #name ⇒ ::String
- #string_values ⇒ ::Array[::String]
- #type ⇒ "TOPIC_FILTER"
Instance Method Details
#arn ⇒ ::String
3697 |
# File 'sig/client.rbs', line 3697
def arn: () -> ::String
|
#creation_date ⇒ ::Time
3700 |
# File 'sig/client.rbs', line 3700
def creation_date: () -> ::Time
|
#last_modified_date ⇒ ::Time
3701 |
# File 'sig/client.rbs', line 3701
def last_modified_date: () -> ::Time
|
#name ⇒ ::String
3696 |
# File 'sig/client.rbs', line 3696
def name: () -> ::String
|
#string_values ⇒ ::Array[::String]
3699 |
# File 'sig/client.rbs', line 3699
def string_values: () -> ::Array[::String]
|
#type ⇒ "TOPIC_FILTER"
3698 |
# File 'sig/client.rbs', line 3698
def type: () -> ("TOPIC_FILTER")
|