Class: Aws::Types::UpdateBrandAssignmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrandAssignmentRequest
- 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_arn ⇒ ::String
Returns the value of attribute brand_arn.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
11997 11998 11999 |
# File 'sig/types.rbs', line 11997 def aws_account_id @aws_account_id end |
#brand_arn ⇒ ::String
Returns the value of attribute brand_arn.
11998 11999 12000 |
# File 'sig/types.rbs', line 11998 def brand_arn @brand_arn end |