Class: Aws::Types::DescribePortfolioSharesOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribePortfolioSharesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#portfolio_share_details ⇒ ::Array[Types::PortfolioShareDetail]
Returns the value of attribute portfolio_share_details.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
430 431 432 |
# File 'sig/types.rbs', line 430 def next_page_token @next_page_token end |
#portfolio_share_details ⇒ ::Array[Types::PortfolioShareDetail]
Returns the value of attribute portfolio_share_details.
431 432 433 |
# File 'sig/types.rbs', line 431 def portfolio_share_details @portfolio_share_details end |