Class: Aws::Types::BrandSummary

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)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def arn
  @arn
end

#brand_id::String

Returns the value of attribute brand_id.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def brand_id
  @brand_id
end

#brand_name::String

Returns the value of attribute brand_name.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def brand_name
  @brand_name
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")


1311
1312
1313
# File 'sig/types.rbs', line 1311

def brand_status
  @brand_status
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def description
  @description
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def last_updated_time
  @last_updated_time
end