Class: Aws::Types::CreatePortalProductResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePortalProductResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#display_order ⇒ Types::DisplayOrder
Returns the value of attribute display_order.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#portal_product_arn ⇒ ::String
Returns the value of attribute portal_product_arn.
-
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
451 452 453 |
# File 'sig/types.rbs', line 451 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
452 453 454 |
# File 'sig/types.rbs', line 452 def display_name @display_name end |
#display_order ⇒ Types::DisplayOrder
Returns the value of attribute display_order.
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.
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.
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.
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.
457 458 459 |
# File 'sig/types.rbs', line 457 def end |