Class: Aws::Types::UpdateBrandPublishedVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrandPublishedVersionRequest
- 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_id ⇒ ::String
Returns the value of attribute brand_id.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12009 12010 12011 |
# File 'sig/types.rbs', line 12009 def aws_account_id @aws_account_id end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
12010 12011 12012 |
# File 'sig/types.rbs', line 12010 def brand_id @brand_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
12011 12012 12013 |
# File 'sig/types.rbs', line 12011 def version_id @version_id end |