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)


12433
12434
12435
# File 'sig/types.rbs', line 12433

def 
  @aws_account_id
end

#brand_id::String

Returns the value of attribute brand_id.

Returns:

  • (::String)


12434
12435
12436
# File 'sig/types.rbs', line 12434

def brand_id
  @brand_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


12435
12436
12437
# File 'sig/types.rbs', line 12435

def version_id
  @version_id
end