Class: Aws::Types::UpdateBrandResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrandResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#brand_definition ⇒ Types::BrandDefinition
Returns the value of attribute brand_definition.
-
#brand_detail ⇒ Types::BrandDetail
Returns the value of attribute brand_detail.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#brand_definition ⇒ Types::BrandDefinition
Returns the value of attribute brand_definition.
12455 12456 12457 |
# File 'sig/types.rbs', line 12455 def brand_definition @brand_definition end |
#brand_detail ⇒ Types::BrandDetail
Returns the value of attribute brand_detail.
12454 12455 12456 |
# File 'sig/types.rbs', line 12454 def brand_detail @brand_detail end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12453 12454 12455 |
# File 'sig/types.rbs', line 12453 def request_id @request_id end |