Class: Aws::Types::BrandDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def arn
  @arn
end

#brand_id::String

Returns the value of attribute brand_id.

Returns:

  • (::String)


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.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_SUCCEEDED", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_FAILED")


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.

Returns:

  • (::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Time)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def last_updated_time
  @last_updated_time
end

#logoTypes::Logo

Returns the value of attribute logo.

Returns:



1216
1217
1218
# File 'sig/types.rbs', line 1216

def 
  @logo
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


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.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_SUCCEEDED", "CREATE_FAILED")


1214
1215
1216
# File 'sig/types.rbs', line 1214

def version_status
  @version_status
end