Class: Aws::Types::CreateBrandRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def 
  @aws_account_id
end

#brand_definitionTypes::BrandDefinition

Returns the value of attribute brand_definition.



2248
2249
2250
# File 'sig/types.rbs', line 2248

def brand_definition
  @brand_definition
end

#brand_id::String

Returns the value of attribute brand_id.

Returns:

  • (::String)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def brand_id
  @brand_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2249
2250
2251
# File 'sig/types.rbs', line 2249

def tags
  @tags
end