Class: Aws::Types::AcceptPortfolioShareInput
- Inherits:
-
Object
- Object
- Aws::Types::AcceptPortfolioShareInput
- 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.
12 13 14 |
# File 'sig/types.rbs', line 12 def accept_language @accept_language end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def portfolio_id @portfolio_id end |
#portfolio_share_type ⇒ "IMPORTED", ...
Returns the value of attribute portfolio_share_type.
14 15 16 |
# File 'sig/types.rbs', line 14 def portfolio_share_type @portfolio_share_type end |