Class: Aws::Types::AddThingToBillingGroupRequest

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)


74
75
76
# File 'sig/types.rbs', line 74

def billing_group_arn
  @billing_group_arn
end

#billing_group_name::String

Returns the value of attribute billing_group_name.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def billing_group_name
  @billing_group_name
end

#thing_arn::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def thing_arn
  @thing_arn
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def thing_name
  @thing_name
end