Module: Aws::IoT::Client::_DescribeThingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeThingResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attributes ⇒ ::Hash[::String, ::String]
- #billing_group_name ⇒ ::String
- #default_client_id ⇒ ::String
- #thing_arn ⇒ ::String
- #thing_id ⇒ ::String
- #thing_name ⇒ ::String
- #thing_type_name ⇒ ::String
- #version ⇒ ::Integer
Instance Method Details
#attributes ⇒ ::Hash[::String, ::String]
1877 |
# File 'sig/client.rbs', line 1877
def attributes: () -> ::Hash[::String, ::String]
|
#billing_group_name ⇒ ::String
1879 |
# File 'sig/client.rbs', line 1879
def billing_group_name: () -> ::String
|
#default_client_id ⇒ ::String
1872 |
# File 'sig/client.rbs', line 1872
def default_client_id: () -> ::String
|
#thing_arn ⇒ ::String
1875 |
# File 'sig/client.rbs', line 1875
def thing_arn: () -> ::String
|
#thing_id ⇒ ::String
1874 |
# File 'sig/client.rbs', line 1874
def thing_id: () -> ::String
|
#thing_name ⇒ ::String
1873 |
# File 'sig/client.rbs', line 1873
def thing_name: () -> ::String
|
#thing_type_name ⇒ ::String
1876 |
# File 'sig/client.rbs', line 1876
def thing_type_name: () -> ::String
|
#version ⇒ ::Integer
1878 |
# File 'sig/client.rbs', line 1878
def version: () -> ::Integer
|