Class: Aws::Types::GetPortalProductResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::GetPortalProductResponseContent
- 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.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def display_name @display_name end |
#display_order ⇒ Types::DisplayOrder
Returns the value of attribute display_order.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def display_order @display_order end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def last_modified @last_modified end |
#portal_product_arn ⇒ ::String
Returns the value of attribute portal_product_arn.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def portal_product_arn @portal_product_arn end |
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def portal_product_id @portal_product_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def end |