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.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def aws_account_id @aws_account_id end |
#brand_definition ⇒ Types::BrandDefinition
Returns the value of attribute brand_definition.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def brand_definition @brand_definition end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def brand_id @brand_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def @tags end |