Class: Aws::Types::DescribeThingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThingGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#query_version ⇒ ::String
Returns the value of attribute query_version.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#thing_group_arn ⇒ ::String
Returns the value of attribute thing_group_arn.
-
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
-
#thing_group_metadata ⇒ Types::ThingGroupMetadata
Returns the value of attribute thing_group_metadata.
-
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
-
#thing_group_properties ⇒ Types::ThingGroupProperties
Returns the value of attribute thing_group_properties.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def index_name @index_name end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def query_string @query_string end |
#query_version ⇒ ::String
Returns the value of attribute query_version.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def query_version @query_version end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def status @status end |
#thing_group_arn ⇒ ::String
Returns the value of attribute thing_group_arn.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def thing_group_arn @thing_group_arn end |
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def thing_group_id @thing_group_id end |
#thing_group_metadata ⇒ Types::ThingGroupMetadata
Returns the value of attribute thing_group_metadata.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def @thing_group_metadata end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def thing_group_name @thing_group_name end |
#thing_group_properties ⇒ Types::ThingGroupProperties
Returns the value of attribute thing_group_properties.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def thing_group_properties @thing_group_properties end |
#version ⇒ ::Integer
Returns the value of attribute version.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def version @version end |