Class: Aws::Types::CreateThingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_payloadTypes::AttributePayload

Returns the value of attribute attribute_payload.



1226
1227
1228
# File 'sig/types.rbs', line 1226

def attribute_payload
  @attribute_payload
end

#billing_group_name::String

Returns the value of attribute billing_group_name.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def billing_group_name
  @billing_group_name
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def thing_name
  @thing_name
end

#thing_type_name::String

Returns the value of attribute thing_type_name.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def thing_type_name
  @thing_type_name
end