Class: Aws::Types::BrandDetail
- Inherits:
-
Object
- Object
- Aws::Types::BrandDetail
- 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_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute brand_status.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#errors ⇒ ::Array[::String]
Returns the value of attribute errors.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#logo ⇒ Types::Logo
Returns the value of attribute logo.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
-
#version_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute version_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def arn @arn end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def brand_id @brand_id end |
#brand_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute brand_status.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def brand_status @brand_status end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def created_time @created_time end |
#errors ⇒ ::Array[::String]
Returns the value of attribute errors.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def errors @errors end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def last_updated_time @last_updated_time end |
#logo ⇒ Types::Logo
Returns the value of attribute logo.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def logo @logo end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def version_id @version_id end |
#version_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute version_status.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def version_status @version_status end |