Class: Aws::Types::DescribeBrandRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBrandRequest
- 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.
4492 4493 4494 |
# File 'sig/types.rbs', line 4492 def aws_account_id @aws_account_id end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
4493 4494 4495 |
# File 'sig/types.rbs', line 4493 def brand_id @brand_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
4494 4495 4496 |
# File 'sig/types.rbs', line 4494 def version_id @version_id end |