Class: Aws::Types::CreateDynamicThingGroupResponse

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)


899
900
901
# File 'sig/types.rbs', line 899

def index_name
  @index_name
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def query_version
  @query_version
end

#thing_group_arn::String

Returns the value of attribute thing_group_arn.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def thing_group_arn
  @thing_group_arn
end

#thing_group_id::String

Returns the value of attribute thing_group_id.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def thing_group_id
  @thing_group_id
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


896
897
898
# File 'sig/types.rbs', line 896

def thing_group_name
  @thing_group_name
end