Class: Aws::Types::UpdatePortalProductRequestContent

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)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def display_name
  @display_name
end

#display_orderTypes::DisplayOrder

Returns the value of attribute display_order.

Returns:



2493
2494
2495
# File 'sig/types.rbs', line 2493

def display_order
  @display_order
end