Class: Aws::ServiceCatalog::Types::PortfolioDetail

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

Overview

Information about a portfolio.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN assigned to the portfolio.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
3800
3801
3802
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3794

class PortfolioDetail < Struct.new(
  :id,
  :arn,
  :display_name,
  :description,
  :created_time,
  :provider_name)
  include Aws::Structure
end

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)


3794
3795
3796
3797
3798
3799
3800
3801
3802
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3794

class PortfolioDetail < Struct.new(
  :id,
  :arn,
  :display_name,
  :description,
  :created_time,
  :provider_name)
  include Aws::Structure
end

#descriptionString

The description of the portfolio.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
3800
3801
3802
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3794

class PortfolioDetail < Struct.new(
  :id,
  :arn,
  :display_name,
  :description,
  :created_time,
  :provider_name)
  include Aws::Structure
end

#display_nameString

The name to use for display purposes.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
3800
3801
3802
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3794

class PortfolioDetail < Struct.new(
  :id,
  :arn,
  :display_name,
  :description,
  :created_time,
  :provider_name)
  include Aws::Structure
end

#idString

The portfolio identifier.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
3800
3801
3802
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3794

class PortfolioDetail < Struct.new(
  :id,
  :arn,
  :display_name,
  :description,
  :created_time,
  :provider_name)
  include Aws::Structure
end

#provider_nameString

The name of the portfolio provider.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
3800
3801
3802
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3794

class PortfolioDetail < Struct.new(
  :id,
  :arn,
  :display_name,
  :description,
  :created_time,
  :provider_name)
  include Aws::Structure
end