Class: Aws::Types::UpdatePortalProductRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2483
2484
2485
# File 'sig/types.rbs', line 2483

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def display_name
  @display_name
end

#display_orderTypes::DisplayOrder

Returns the value of attribute display_order.

Returns:



2485
2486
2487
# File 'sig/types.rbs', line 2485

def display_order
  @display_order
end

#portal_product_id::String

Returns the value of attribute portal_product_id.

Returns:

  • (::String)


2486
2487
2488
# File 'sig/types.rbs', line 2486

def portal_product_id
  @portal_product_id
end