Class: Aws::Types::UpdateBrandPublishedVersionRequest

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)


12009
12010
12011
# File 'sig/types.rbs', line 12009

def 
  @aws_account_id
end

#brand_id::String

Returns the value of attribute brand_id.

Returns:

  • (::String)


12010
12011
12012
# File 'sig/types.rbs', line 12010

def brand_id
  @brand_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


12011
12012
12013
# File 'sig/types.rbs', line 12011

def version_id
  @version_id
end