Class: Aws::Types::UpdateDynamicThingGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expected_version::Integer

Returns the value of attribute expected_version.

Returns:

  • (::Integer)


5160
5161
5162
# File 'sig/types.rbs', line 5160

def expected_version
  @expected_version
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


5161
5162
5163
# File 'sig/types.rbs', line 5161

def index_name
  @index_name
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


5162
5163
5164
# File 'sig/types.rbs', line 5162

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


5163
5164
5165
# File 'sig/types.rbs', line 5163

def query_version
  @query_version
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


5158
5159
5160
# File 'sig/types.rbs', line 5158

def thing_group_name
  @thing_group_name
end

#thing_group_propertiesTypes::ThingGroupProperties

Returns the value of attribute thing_group_properties.



5159
5160
5161
# File 'sig/types.rbs', line 5159

def thing_group_properties
  @thing_group_properties
end