Class: Aws::Types::RemoveThingFromBillingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveThingFromBillingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_group_arn ⇒ ::String
Returns the value of attribute billing_group_arn.
-
#billing_group_name ⇒ ::String
Returns the value of attribute billing_group_name.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#billing_group_arn ⇒ ::String
Returns the value of attribute billing_group_arn.
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.
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.
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.
4265 4266 4267 |
# File 'sig/types.rbs', line 4265 def thing_name @thing_name end |