Class: Aws::ServiceCatalog::Types::ListOrganizationPortfolioAccessInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Note:

When making an API call, you may pass ListOrganizationPortfolioAccessInput data as a hash:

{
  accept_language: "AcceptLanguage",
  portfolio_id: "Id", # required
  organization_node_type: "ORGANIZATION", # required, accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
  page_token: "PageToken",
  page_size: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


2932
2933
2934
2935
2936
2937
2938
2939
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2932

class ListOrganizationPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :organization_node_type,
  :page_token,
  :page_size)
  include Aws::Structure
end

#organization_node_typeString

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.

Returns:

  • (String)


2932
2933
2934
2935
2936
2937
2938
2939
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2932

class ListOrganizationPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :organization_node_type,
  :page_token,
  :page_size)
  include Aws::Structure
end

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


2932
2933
2934
2935
2936
2937
2938
2939
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2932

class ListOrganizationPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :organization_node_type,
  :page_token,
  :page_size)
  include Aws::Structure
end

#page_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)


2932
2933
2934
2935
2936
2937
2938
2939
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2932

class ListOrganizationPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :organization_node_type,
  :page_token,
  :page_size)
  include Aws::Structure
end

#portfolio_idString

The portfolio identifier. For example, ‘port-2abcdext3y5fk`.

Returns:

  • (String)


2932
2933
2934
2935
2936
2937
2938
2939
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2932

class ListOrganizationPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :organization_node_type,
  :page_token,
  :page_size)
  include Aws::Structure
end