Class: Aws::ServiceCatalog::Types::ShareDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ShareDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Information about the portfolio share operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#share_errors ⇒ Array<Types::ShareError>
List of errors.
-
#successful_shares ⇒ Array<String>
List of accounts for whom the operation succeeded.
Instance Attribute Details
#share_errors ⇒ Array<Types::ShareError>
List of errors.
6152 6153 6154 6155 6156 6157 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6152 class ShareDetails < Struct.new( :successful_shares, :share_errors) SENSITIVE = [] include Aws::Structure end |
#successful_shares ⇒ Array<String>
List of accounts for whom the operation succeeded.
6152 6153 6154 6155 6156 6157 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6152 class ShareDetails < Struct.new( :successful_shares, :share_errors) SENSITIVE = [] include Aws::Structure end |