Class: Aws::Types::CreateBrandResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateBrandResponse
- 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.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def brand_definition @brand_definition end |
#brand_detail ⇒ Types::BrandDetail
Returns the value of attribute brand_detail.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def brand_detail @brand_detail end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def request_id @request_id end |