Class: Aws::Types::CreateThingGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#thing_group_arn::String

Returns the value of attribute thing_group_arn.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def thing_group_arn
  @thing_group_arn
end

#thing_group_id::String

Returns the value of attribute thing_group_id.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def thing_group_id
  @thing_group_id
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def thing_group_name
  @thing_group_name
end