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)


2149
2150
2151
# File 'sig/types.rbs', line 2149

def 
  @aws_account_id
end

#brand_definitionTypes::BrandDefinition

Returns the value of attribute brand_definition.



2151
2152
2153
# File 'sig/types.rbs', line 2151

def brand_definition
  @brand_definition
end

#brand_id::String

Returns the value of attribute brand_id.

Returns:

  • (::String)


2150
2151
2152
# File 'sig/types.rbs', line 2150

def brand_id
  @brand_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2152
2153
2154
# File 'sig/types.rbs', line 2152

def tags
  @tags
end