Class: Aws::ServiceCatalog::Types::ListPortfolioAccessInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListPortfolioAccessInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#organization_parent_id ⇒ String
The ID of an organization node the portfolio is shared with.
-
#page_size ⇒ Integer
The maximum number of items to return with this call.
-
#page_token ⇒ String
The page token for the next set of results.
-
#portfolio_id ⇒ String
The portfolio identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
jp
- Japanesezh
- Chinese
3306 3307 3308 3309 3310 3311 3312 3313 3314 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3306 class ListPortfolioAccessInput < Struct.new( :accept_language, :portfolio_id, :organization_parent_id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#organization_parent_id ⇒ String
The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.
3306 3307 3308 3309 3310 3311 3312 3313 3314 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3306 class ListPortfolioAccessInput < Struct.new( :accept_language, :portfolio_id, :organization_parent_id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of items to return with this call.
3306 3307 3308 3309 3310 3311 3312 3313 3314 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3306 class ListPortfolioAccessInput < Struct.new( :accept_language, :portfolio_id, :organization_parent_id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_token ⇒ String
The page token for the next set of results. To retrieve the first set of results, use null.
3306 3307 3308 3309 3310 3311 3312 3313 3314 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3306 class ListPortfolioAccessInput < Struct.new( :accept_language, :portfolio_id, :organization_parent_id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The portfolio identifier.
3306 3307 3308 3309 3310 3311 3312 3313 3314 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3306 class ListPortfolioAccessInput < Struct.new( :accept_language, :portfolio_id, :organization_parent_id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |