Class: Aws::Types::CreateDynamicThingGroupRequest

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)


888
889
890
# File 'sig/types.rbs', line 888

def index_name
  @index_name
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def query_version
  @query_version
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



891
892
893
# File 'sig/types.rbs', line 891

def tags
  @tags
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def thing_group_name
  @thing_group_name
end

#thing_group_propertiesTypes::ThingGroupProperties

Returns the value of attribute thing_group_properties.



887
888
889
# File 'sig/types.rbs', line 887

def thing_group_properties
  @thing_group_properties
end