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
3690 |
# File 'sig/client.rbs', line 3690
def arn: () -> ::String
|
#creation_date ⇒ ::Time
3693 |
# File 'sig/client.rbs', line 3693
def creation_date: () -> ::Time
|
#last_modified_date ⇒ ::Time
3694 |
# File 'sig/client.rbs', line 3694
def last_modified_date: () -> ::Time
|
#name ⇒ ::String
3689 |
# File 'sig/client.rbs', line 3689
def name: () -> ::String
|
#string_values ⇒ ::Array[::String]
3692 |
# File 'sig/client.rbs', line 3692
def string_values: () -> ::Array[::String]
|
#type ⇒ "TOPIC_FILTER"
3691 |
# File 'sig/client.rbs', line 3691
def type: () -> ("TOPIC_FILTER")
|