Class: Aws::ServiceCatalog::Types::PortfolioDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::PortfolioDetail
- 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
-
#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.
4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4127 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.
4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4127 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.
4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4127 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.
4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4127 class PortfolioDetail < Struct.new( :id, :arn, :display_name, :description, :created_time, :provider_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The portfolio identifier.
4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4127 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.
4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4127 class PortfolioDetail < Struct.new( :id, :arn, :display_name, :description, :created_time, :provider_name) SENSITIVE = [] include Aws::Structure end |