Module: Aws::ServiceCatalog::Client::_DescribePortfolioShareStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePortfolioShareStatusOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #organization_node_value ⇒ ::String
- #portfolio_id ⇒ ::String
- #portfolio_share_token ⇒ ::String
- #share_details ⇒ Types::ShareDetails
- #status ⇒ "NOT_STARTED", ...
Instance Method Details
#organization_node_value ⇒ ::String
508 |
# File 'sig/client.rbs', line 508
def organization_node_value: () -> ::String
|
#portfolio_id ⇒ ::String
507 |
# File 'sig/client.rbs', line 507
def portfolio_id: () -> ::String
|
#portfolio_share_token ⇒ ::String
506 |
# File 'sig/client.rbs', line 506
def portfolio_share_token: () -> ::String
|
#share_details ⇒ Types::ShareDetails
510 |
# File 'sig/client.rbs', line 510
def share_details: () -> Types::ShareDetails
|
#status ⇒ "NOT_STARTED", ...
509 |
# File 'sig/client.rbs', line 509
def status: () -> ("NOT_STARTED" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "ERROR")
|