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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1794

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

#idString

The product identifier.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1794

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

#nameString

The product name.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1794

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)


1794
1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1794

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