Class: Aws::Types::DescribeThingGroupResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def query_version
  @query_version
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "BUILDING", "REBUILDING")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2021
2022
2023
# File 'sig/types.rbs', line 2021

def thing_group_id
  @thing_group_id
end

#thing_group_metadataTypes::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.

Returns:

  • (::String)


2020
2021
2022
# File 'sig/types.rbs', line 2020

def thing_group_name
  @thing_group_name
end

#thing_group_propertiesTypes::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.

Returns:

  • (::Integer)


2023
2024
2025
# File 'sig/types.rbs', line 2023

def version
  @version
end