Class: Aws::Types::CreatePortalProductResponse

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)


451
452
453
# File 'sig/types.rbs', line 451

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def display_name
  @display_name
end

#display_orderTypes::DisplayOrder

Returns the value of attribute display_order.

Returns:



453
454
455
# File 'sig/types.rbs', line 453

def display_order
  @display_order
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


454
455
456
# File 'sig/types.rbs', line 454

def last_modified
  @last_modified
end

#portal_product_arn::String

Returns the value of attribute portal_product_arn.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def portal_product_arn
  @portal_product_arn
end

#portal_product_id::String

Returns the value of attribute portal_product_id.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def portal_product_id
  @portal_product_id
end

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

Returns the value of attribute tags.

Returns:

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


457
458
459
# File 'sig/types.rbs', line 457

def tags
  @tags
end