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.
12421 12422 12423 |
# File 'sig/types.rbs', line 12421 def aws_account_id @aws_account_id end |
#brand_arn ⇒ ::String
Returns the value of attribute brand_arn.
12422 12423 12424 |
# File 'sig/types.rbs', line 12422 def brand_arn @brand_arn end |