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]
1870 |
# File 'sig/client.rbs', line 1870
def attributes: () -> ::Hash[::String, ::String]
|
#billing_group_name ⇒ ::String
1872 |
# File 'sig/client.rbs', line 1872
def billing_group_name: () -> ::String
|
#default_client_id ⇒ ::String
1865 |
# File 'sig/client.rbs', line 1865
def default_client_id: () -> ::String
|
#thing_arn ⇒ ::String
1868 |
# File 'sig/client.rbs', line 1868
def thing_arn: () -> ::String
|
#thing_id ⇒ ::String
1867 |
# File 'sig/client.rbs', line 1867
def thing_id: () -> ::String
|
#thing_name ⇒ ::String
1866 |
# File 'sig/client.rbs', line 1866
def thing_name: () -> ::String
|
#thing_type_name ⇒ ::String
1869 |
# File 'sig/client.rbs', line 1869
def thing_type_name: () -> ::String
|
#version ⇒ ::Integer
1871 |
# File 'sig/client.rbs', line 1871
def version: () -> ::Integer
|