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
1598 |
# File 'sig/client.rbs', line 1598
def arn: () -> ::String
|
#creation_date ⇒ ::Time
1601 |
# File 'sig/client.rbs', line 1601
def creation_date: () -> ::Time
|
#last_modified_date ⇒ ::Time
1602 |
# File 'sig/client.rbs', line 1602
def last_modified_date: () -> ::Time
|
#name ⇒ ::String
1597 |
# File 'sig/client.rbs', line 1597
def name: () -> ::String
|
#string_values ⇒ ::Array[::String]
1600 |
# File 'sig/client.rbs', line 1600
def string_values: () -> ::Array[::String]
|
#type ⇒ "TOPIC_FILTER"
1599 |
# File 'sig/client.rbs', line 1599
def type: () -> ("TOPIC_FILTER")
|