Class: Aws::ServiceCatalog::Types::ListOrganizationPortfolioAccessInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListOrganizationPortfolioAccessInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#organization_node_type ⇒ String
The organization node type that will be returned in the output.
-
#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` - Japanese
-
‘zh` - Chinese
3249 3250 3251 3252 3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3249 class ListOrganizationPortfolioAccessInput < Struct.new( :accept_language, :portfolio_id, :organization_node_type, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#organization_node_type ⇒ String
The organization node type that will be returned in the output.
-
‘ORGANIZATION` - Organization that has access to the portfolio.
-
‘ORGANIZATIONAL_UNIT` - Organizational unit that has access to the portfolio within your organization.
-
‘ACCOUNT` - Account that has access to the portfolio within your organization.
3249 3250 3251 3252 3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3249 class ListOrganizationPortfolioAccessInput < Struct.new( :accept_language, :portfolio_id, :organization_node_type, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of items to return with this call.
3249 3250 3251 3252 3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3249 class ListOrganizationPortfolioAccessInput < Struct.new( :accept_language, :portfolio_id, :organization_node_type, :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.
3249 3250 3251 3252 3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3249 class ListOrganizationPortfolioAccessInput < Struct.new( :accept_language, :portfolio_id, :organization_node_type, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The portfolio identifier. For example, ‘port-2abcdext3y5fk`.
3249 3250 3251 3252 3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3249 class ListOrganizationPortfolioAccessInput < Struct.new( :accept_language, :portfolio_id, :organization_node_type, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |