Class: Aws::Types::CreateBrandRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBrandRequest
- 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_definition ⇒ Types::BrandDefinition
Returns the value of attribute brand_definition.
-
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def aws_account_id @aws_account_id end |
#brand_definition ⇒ Types::BrandDefinition
Returns the value of attribute brand_definition.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def brand_definition @brand_definition end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def brand_id @brand_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def @tags end |