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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN assigned to the portfolio.

Returns:

  • (String)


4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4086

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

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)


4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4086

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

#descriptionString

The description of the portfolio.

Returns:

  • (String)


4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4086

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

#display_nameString

The name to use for display purposes.

Returns:

  • (String)


4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4086

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

#idString

The portfolio identifier.

Returns:

  • (String)


4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4086

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

#provider_nameString

The name of the portfolio provider.

Returns:

  • (String)


4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4086

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