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.
12022 12023 12024 |
# File 'sig/types.rbs', line 12022 def aws_account_id @aws_account_id end |
#brand_definition ⇒ Types::BrandDefinition
Returns the value of attribute brand_definition.
12024 12025 12026 |
# File 'sig/types.rbs', line 12024 def brand_definition @brand_definition end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
12023 12024 12025 |
# File 'sig/types.rbs', line 12023 def brand_id @brand_id end |