Module: Aws::IoT::Client::_DescribeThingGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeThingGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #index_name ⇒ ::String
- #query_string ⇒ ::String
- #query_version ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #thing_group_arn ⇒ ::String
- #thing_group_id ⇒ ::String
- #thing_group_metadata ⇒ Types::ThingGroupMetadata
- #thing_group_name ⇒ ::String
- #thing_group_properties ⇒ Types::ThingGroupProperties
- #version ⇒ ::Integer
Instance Method Details
#index_name ⇒ ::String
1888 |
# File 'sig/client.rbs', line 1888
def index_name: () -> ::String
|
#query_string ⇒ ::String
1889 |
# File 'sig/client.rbs', line 1889
def query_string: () -> ::String
|
#query_version ⇒ ::String
1890 |
# File 'sig/client.rbs', line 1890
def query_version: () -> ::String
|
#status ⇒ "ACTIVE", ...
1891 |
# File 'sig/client.rbs', line 1891
def status: () -> ("ACTIVE" | "BUILDING" | "REBUILDING")
|
#thing_group_arn ⇒ ::String
1884 |
# File 'sig/client.rbs', line 1884
def thing_group_arn: () -> ::String
|
#thing_group_id ⇒ ::String
1883 |
# File 'sig/client.rbs', line 1883
def thing_group_id: () -> ::String
|
#thing_group_metadata ⇒ Types::ThingGroupMetadata
1887 |
# File 'sig/client.rbs', line 1887
def thing_group_metadata: () -> Types::ThingGroupMetadata
|
#thing_group_name ⇒ ::String
1882 |
# File 'sig/client.rbs', line 1882
def thing_group_name: () -> ::String
|
#thing_group_properties ⇒ Types::ThingGroupProperties
1886 |
# File 'sig/client.rbs', line 1886
def thing_group_properties: () -> Types::ThingGroupProperties
|
#version ⇒ ::Integer
1885 |
# File 'sig/client.rbs', line 1885
def version: () -> ::Integer
|