Class: Aws::Types::GetPortalProductRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPortalProductRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
-
#resource_owner_account_id ⇒ ::String
Returns the value of attribute resource_owner_account_id.
Instance Attribute Details
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def portal_product_id @portal_product_id end |
#resource_owner_account_id ⇒ ::String
Returns the value of attribute resource_owner_account_id.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def resource_owner_account_id @resource_owner_account_id end |