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.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def arn @arn end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def brand_id @brand_id end |
#brand_name ⇒ ::String
Returns the value of attribute brand_name.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def brand_name @brand_name end |
#brand_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute brand_status.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def brand_status @brand_status end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def description @description end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def last_updated_time @last_updated_time end |