Class: Aws::Types::BrandSummary
- Inherits:
-
Object
- Object
- Aws::Types::BrandSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
-
#brand_name ⇒ ::String
Returns the value of attribute brand_name.
-
#brand_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute brand_status.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def arn @arn end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def brand_id @brand_id end |
#brand_name ⇒ ::String
Returns the value of attribute brand_name.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def brand_name @brand_name end |
#brand_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute brand_status.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def brand_status @brand_status end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def description @description end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def last_updated_time @last_updated_time end |