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.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def arn @arn end |
#brand_id ⇒ ::String
Returns the value of attribute brand_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def brand_id @brand_id end |
#brand_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute brand_status.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def brand_status @brand_status end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def created_time @created_time end |
#errors ⇒ ::Array[::String]
Returns the value of attribute errors.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def errors @errors end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def last_updated_time @last_updated_time end |
#logo ⇒ Types::Logo
Returns the value of attribute logo.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def logo @logo end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def version_id @version_id end |
#version_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute version_status.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def version_status @version_status end |