Class: Aws::Types::DeleteBrandRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBrandRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3798 3799 3800 |
# File 'sig/types.rbs', line 3798 def aws_account_id @aws_account_id end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
3799 3800 3801 |
# File 'sig/types.rbs', line 3799 def brand_id @brand_id end |