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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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)


4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4233

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)


4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4233

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)


4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4233

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)


4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4233

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

#idString

The portfolio identifier.

Returns:

  • (String)


4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4233

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)


4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4233

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