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)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def arn
  @arn
end

#brand_id::String

Returns the value of attribute brand_id.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def brand_id
  @brand_id
end

#brand_name::String

Returns the value of attribute brand_name.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

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")


1230
1231
1232
# File 'sig/types.rbs', line 1230

def brand_status
  @brand_status
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def description
  @description
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def last_updated_time
  @last_updated_time
end