Class: Aws::Types::GetPortalProductResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPortalProductResponse
- 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.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def display_name @display_name end |
#display_order ⇒ Types::DisplayOrder
Returns the value of attribute display_order.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def display_order @display_order end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def last_modified @last_modified end |
#portal_product_arn ⇒ ::String
Returns the value of attribute portal_product_arn.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def portal_product_arn @portal_product_arn end |
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def portal_product_id @portal_product_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def end |