Module: Aws::IoT::Client::_DescribeDimensionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDimensionResponse]
- 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
1591 |
# File 'sig/client.rbs', line 1591
def arn: () -> ::String
|
#creation_date ⇒ ::Time
1594 |
# File 'sig/client.rbs', line 1594
def creation_date: () -> ::Time
|
#last_modified_date ⇒ ::Time
1595 |
# File 'sig/client.rbs', line 1595
def last_modified_date: () -> ::Time
|
#name ⇒ ::String
1590 |
# File 'sig/client.rbs', line 1590
def name: () -> ::String
|
#string_values ⇒ ::Array[::String]
1593 |
# File 'sig/client.rbs', line 1593
def string_values: () -> ::Array[::String]
|
#type ⇒ "TOPIC_FILTER"
1592 |
# File 'sig/client.rbs', line 1592
def type: () -> ("TOPIC_FILTER")
|