Class: Aws::Types::UpdatePortalProductResponse

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)


2498
2499
2500
# File 'sig/types.rbs', line 2498

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def display_name
  @display_name
end

#display_orderTypes::DisplayOrder

Returns the value of attribute display_order.

Returns:



2500
2501
2502
# File 'sig/types.rbs', line 2500

def display_order
  @display_order
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


2501
2502
2503
# File 'sig/types.rbs', line 2501

def last_modified
  @last_modified
end

#portal_product_arn::String

Returns the value of attribute portal_product_arn.

Returns:

  • (::String)


2502
2503
2504
# File 'sig/types.rbs', line 2502

def portal_product_arn
  @portal_product_arn
end

#portal_product_id::String

Returns the value of attribute portal_product_id.

Returns:

  • (::String)


2503
2504
2505
# File 'sig/types.rbs', line 2503

def portal_product_id
  @portal_product_id
end

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

Returns the value of attribute tags.

Returns:

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


2504
2505
2506
# File 'sig/types.rbs', line 2504

def tags
  @tags
end