Class: Aws::ServiceCatalog::Types::ListOrganizationPortfolioAccessOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListOrganizationPortfolioAccessOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
The page token to use to retrieve the next set of results.
-
#organization_nodes ⇒ Array<Types::OrganizationNode>
Displays information about the organization nodes.
Instance Attribute Details
#next_page_token ⇒ String
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
3270 3271 3272 3273 3274 3275 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3270 class ListOrganizationPortfolioAccessOutput < Struct.new( :organization_nodes, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#organization_nodes ⇒ Array<Types::OrganizationNode>
Displays information about the organization nodes.
3270 3271 3272 3273 3274 3275 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3270 class ListOrganizationPortfolioAccessOutput < Struct.new( :organization_nodes, :next_page_token) SENSITIVE = [] include Aws::Structure end |