Class: Aws::Types::UpdateBrandAssignmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrandAssignmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#brand_arn ⇒ ::String
Returns the value of attribute brand_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#brand_arn ⇒ ::String
Returns the value of attribute brand_arn.
12004 12005 12006 |
# File 'sig/types.rbs', line 12004 def brand_arn @brand_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12003 12004 12005 |
# File 'sig/types.rbs', line 12003 def request_id @request_id end |