Class: Aws::ServiceCatalog::Types::ListPortfolioAccessInput

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 ListPortfolioAccessInput data as a hash:

{
  accept_language: "AcceptLanguage",
  portfolio_id: "Id", # required
  organization_parent_id: "Id",
  page_token: "PageToken",
  page_size: 1,
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3923

class ListPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :organization_parent_id,
  :page_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#organization_parent_idString

The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.

Returns:

  • (String)


3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3923

class ListPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :organization_parent_id,
  :page_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3923

class ListPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :organization_parent_id,
  :page_token,
  :page_size)
  SENSITIVE = []
  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)


3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3923

class ListPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :organization_parent_id,
  :page_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3923

class ListPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :organization_parent_id,
  :page_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end