Class: Aws::ServiceCatalog::Types::DescribeProductAsAdminInput

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

{
  accept_language: "AcceptLanguage",
  id: "Id",
  name: "ProductViewName",
  source_portfolio_id: "Id",
}

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)


2068
2069
2070
2071
2072
2073
2074
2075
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2068

class DescribeProductAsAdminInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :source_portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The product identifier.

Returns:

  • (String)


2068
2069
2070
2071
2072
2073
2074
2075
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2068

class DescribeProductAsAdminInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :source_portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The product name.

Returns:

  • (String)


2068
2069
2070
2071
2072
2073
2074
2075
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2068

class DescribeProductAsAdminInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :source_portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_portfolio_idString

The unique identifier of the shared portfolio that the specified product is associated with.

You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.

Returns:

  • (String)


2068
2069
2070
2071
2072
2073
2074
2075
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2068

class DescribeProductAsAdminInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :source_portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end