Class: Aws::Types::CreateThingResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#thing_arn::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def thing_arn
  @thing_arn
end

#thing_id::String

Returns the value of attribute thing_id.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def thing_id
  @thing_id
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def thing_name
  @thing_name
end