Class: Aws::Types::CreatePortalProductResponseContent

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)


462
463
464
# File 'sig/types.rbs', line 462

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def display_name
  @display_name
end

#display_orderTypes::DisplayOrder

Returns the value of attribute display_order.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def display_order
  @display_order
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


465
466
467
# File 'sig/types.rbs', line 465

def last_modified
  @last_modified
end

#portal_product_arn::String

Returns the value of attribute portal_product_arn.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def portal_product_arn
  @portal_product_arn
end

#portal_product_id::String

Returns the value of attribute portal_product_id.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def portal_product_id
  @portal_product_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


468
469
470
# File 'sig/types.rbs', line 468

def tags
  @tags
end