Class: Aws::Types::DescribeBrandRequest

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)


4492
4493
4494
# File 'sig/types.rbs', line 4492

def 
  @aws_account_id
end

#brand_id::String

Returns the value of attribute brand_id.

Returns:

  • (::String)


4493
4494
4495
# File 'sig/types.rbs', line 4493

def brand_id
  @brand_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


4494
4495
4496
# File 'sig/types.rbs', line 4494

def version_id
  @version_id
end