Class: Aws::ServiceCatalog::Types::ListAcceptedPortfolioSharesInput

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

{
  accept_language: "AcceptLanguage",
  page_token: "PageToken",
  page_size: 1,
  portfolio_share_type: "IMPORTED", # accepts IMPORTED, AWS_SERVICECATALOG, AWS_ORGANIZATIONS
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


2733
2734
2735
2736
2737
2738
2739
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2733

class ListAcceptedPortfolioSharesInput < Struct.new(
  :accept_language,
  :page_token,
  :page_size,
  :portfolio_share_type)
  include Aws::Structure
end

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


2733
2734
2735
2736
2737
2738
2739
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2733

class ListAcceptedPortfolioSharesInput < Struct.new(
  :accept_language,
  :page_token,
  :page_size,
  :portfolio_share_type)
  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)


2733
2734
2735
2736
2737
2738
2739
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2733

class ListAcceptedPortfolioSharesInput < Struct.new(
  :accept_language,
  :page_token,
  :page_size,
  :portfolio_share_type)
  include Aws::Structure
end

#portfolio_share_typeString

The type of shared portfolios to list. The default is to list imported portfolios.

  • ‘AWS_ORGANIZATIONS` - List portfolios shared by the master account of your organization

  • ‘AWS_SERVICECATALOG` - List default portfolios

  • ‘IMPORTED` - List imported portfolios

Returns:

  • (String)


2733
2734
2735
2736
2737
2738
2739
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2733

class ListAcceptedPortfolioSharesInput < Struct.new(
  :accept_language,
  :page_token,
  :page_size,
  :portfolio_share_type)
  include Aws::Structure
end