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.
12433 12434 12435 |
# File 'sig/types.rbs', line 12433 def aws_account_id @aws_account_id end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
12434 12435 12436 |
# File 'sig/types.rbs', line 12434 def brand_id @brand_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
12435 12436 12437 |
# File 'sig/types.rbs', line 12435 def version_id @version_id end |