Class: Aws::Types::RejectPortfolioShareInput
- Inherits:
-
Object
- Object
- Aws::Types::RejectPortfolioShareInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
-
#portfolio_share_type ⇒ "IMPORTED", ...
Returns the value of attribute portfolio_share_type.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def accept_language @accept_language end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def portfolio_id @portfolio_id end |
#portfolio_share_type ⇒ "IMPORTED", ...
Returns the value of attribute portfolio_share_type.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def portfolio_share_type @portfolio_share_type end |