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)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def arn
  @arn
end

#brand_id::String

Returns the value of attribute brand_id.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

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

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Time)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def last_updated_time
  @last_updated_time
end

#logoTypes::Logo

Returns the value of attribute logo.

Returns:



1297
1298
1299
# File 'sig/types.rbs', line 1297

def 
  @logo
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


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.

Returns:

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


1295
1296
1297
# File 'sig/types.rbs', line 1295

def version_status
  @version_status
end