Class: Aws::Types::DescribePortfolioSharesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribePortfolioSharesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
-
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
-
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
425 426 427 |
# File 'sig/types.rbs', line 425 def page_size @page_size end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
424 425 426 |
# File 'sig/types.rbs', line 424 def page_token @page_token end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
422 423 424 |
# File 'sig/types.rbs', line 422 def portfolio_id @portfolio_id end |
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
423 424 425 |
# File 'sig/types.rbs', line 423 def type @type end |