Class: Aws::ServiceCatalog::Types::DescribePortfolioShareStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribePortfolioShareStatusOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_node_value ⇒ String
Organization node identifier.
-
#portfolio_id ⇒ String
The portfolio identifier.
-
#portfolio_share_token ⇒ String
The token for the portfolio share operation.
-
#share_details ⇒ Types::ShareDetails
Information about the portfolio share operation.
-
#status ⇒ String
Status of the portfolio share operation.
Instance Attribute Details
#organization_node_value ⇒ String
Organization node identifier. It can be either account id, organizational unit id or organization id.
1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1695 class DescribePortfolioShareStatusOutput < Struct.new( :portfolio_share_token, :portfolio_id, :organization_node_value, :status, :share_details) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The portfolio identifier.
1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1695 class DescribePortfolioShareStatusOutput < Struct.new( :portfolio_share_token, :portfolio_id, :organization_node_value, :status, :share_details) SENSITIVE = [] include Aws::Structure end |
#portfolio_share_token ⇒ String
The token for the portfolio share operation. For example,
share-6v24abcdefghi
.
1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1695 class DescribePortfolioShareStatusOutput < Struct.new( :portfolio_share_token, :portfolio_id, :organization_node_value, :status, :share_details) SENSITIVE = [] include Aws::Structure end |
#share_details ⇒ Types::ShareDetails
Information about the portfolio share operation.
1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1695 class DescribePortfolioShareStatusOutput < Struct.new( :portfolio_share_token, :portfolio_id, :organization_node_value, :status, :share_details) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the portfolio share operation.
1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1695 class DescribePortfolioShareStatusOutput < Struct.new( :portfolio_share_token, :portfolio_id, :organization_node_value, :status, :share_details) SENSITIVE = [] include Aws::Structure end |