Class: Aws::ServiceCatalog::Types::PortfolioDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::PortfolioDetail
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Information about a portfolio.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN assigned to the portfolio.
-
#created_time ⇒ Time
The UTC time stamp of the creation time.
-
#description ⇒ String
The description of the portfolio.
-
#display_name ⇒ String
The name to use for display purposes.
-
#id ⇒ String
The portfolio identifier.
-
#provider_name ⇒ String
The name of the portfolio provider.
Instance Attribute Details
#arn ⇒ String
The ARN assigned to the portfolio.
4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 |
# File '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_time ⇒ Time
The UTC time stamp of the creation time.
4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 |
# File '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 |
#description ⇒ String
The description of the portfolio.
4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 |
# File '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_name ⇒ String
The name to use for display purposes.
4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 |
# File '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 |
#id ⇒ String
The portfolio identifier.
4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 |
# File '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_name ⇒ String
The name of the portfolio provider.
4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 |
# File '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 |