Class: Aws::Types::UpdateBrandRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrandRequest
- 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.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12446 12447 12448 |
# File 'sig/types.rbs', line 12446 def aws_account_id @aws_account_id end |
#brand_definition ⇒ Types::BrandDefinition
Returns the value of attribute brand_definition.
12448 12449 12450 |
# File 'sig/types.rbs', line 12448 def brand_definition @brand_definition end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
12447 12448 12449 |
# File 'sig/types.rbs', line 12447 def brand_id @brand_id end |