Class: Aws::Types::UpdatePortalProductResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePortalProductResponseContent
- 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.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def display_name @display_name end |
#display_order ⇒ Types::DisplayOrder
Returns the value of attribute display_order.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def display_order @display_order end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def last_modified @last_modified end |
#portal_product_arn ⇒ ::String
Returns the value of attribute portal_product_arn.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def portal_product_arn @portal_product_arn end |
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def portal_product_id @portal_product_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def @tags end |