Class: Aws::Types::DescribeBrandPublishedVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBrandPublishedVersionResponse
- 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.
4697 4698 4699 |
# File 'sig/types.rbs', line 4697 def brand_definition @brand_definition end |
#brand_detail ⇒ Types::BrandDetail
Returns the value of attribute brand_detail.
4696 4697 4698 |
# File 'sig/types.rbs', line 4696 def brand_detail @brand_detail end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4695 4696 4697 |
# File 'sig/types.rbs', line 4695 def request_id @request_id end |