Class: Aws::Types::DescribePortfolioShareStatusOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribePortfolioShareStatusOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organization_node_value ⇒ ::String
Returns the value of attribute organization_node_value.
-
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
-
#portfolio_share_token ⇒ ::String
Returns the value of attribute portfolio_share_token.
-
#share_details ⇒ Types::ShareDetails
Returns the value of attribute share_details.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
Instance Attribute Details
#organization_node_value ⇒ ::String
Returns the value of attribute organization_node_value.
415 416 417 |
# File 'sig/types.rbs', line 415 def organization_node_value @organization_node_value end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
414 415 416 |
# File 'sig/types.rbs', line 414 def portfolio_id @portfolio_id end |
#portfolio_share_token ⇒ ::String
Returns the value of attribute portfolio_share_token.
413 414 415 |
# File 'sig/types.rbs', line 413 def portfolio_share_token @portfolio_share_token end |
#share_details ⇒ Types::ShareDetails
Returns the value of attribute share_details.
417 418 419 |
# File 'sig/types.rbs', line 417 def share_details @share_details end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
416 417 418 |
# File 'sig/types.rbs', line 416 def status @status end |