Class: Aws::Types::RemoveThingFromBillingGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_group_arn::String

Returns the value of attribute billing_group_arn.

Returns:

  • (::String)


4264
4265
4266
# File 'sig/types.rbs', line 4264

def billing_group_arn
  @billing_group_arn
end

#billing_group_name::String

Returns the value of attribute billing_group_name.

Returns:

  • (::String)


4263
4264
4265
# File 'sig/types.rbs', line 4263

def billing_group_name
  @billing_group_name
end

#thing_arn::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


4266
4267
4268
# File 'sig/types.rbs', line 4266

def thing_arn
  @thing_arn
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


4265
4266
4267
# File 'sig/types.rbs', line 4265

def thing_name
  @thing_name
end