Class: Aws::Types::UpdateThingGroupRequest

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)


5365
5366
5367
# File 'sig/types.rbs', line 5365

def expected_version
  @expected_version
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


5363
5364
5365
# File 'sig/types.rbs', line 5363

def thing_group_name
  @thing_group_name
end

#thing_group_propertiesTypes::ThingGroupProperties

Returns the value of attribute thing_group_properties.



5364
5365
5366
# File 'sig/types.rbs', line 5364

def thing_group_properties
  @thing_group_properties
end