Class: Aws::ServiceCatalog::Types::CreatePortfolioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CreatePortfolioInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#description ⇒ String
The description of the portfolio.
-
#display_name ⇒ String
The name to use for display purposes.
-
#idempotency_token ⇒ String
A unique identifier that you provide to ensure idempotency.
-
#provider_name ⇒ String
The name of the portfolio provider.
-
#tags ⇒ Array<Types::Tag>
One or more tags.
Instance Attribute Details
#accept_language ⇒ String
The language code.
jp
- Japanesezh
- Chinese
771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771 class CreatePortfolioInput < Struct.new( :accept_language, :display_name, :description, :provider_name, :tags, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the portfolio.
771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771 class CreatePortfolioInput < Struct.new( :accept_language, :display_name, :description, :provider_name, :tags, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name to use for display purposes.
771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771 class CreatePortfolioInput < Struct.new( :accept_language, :display_name, :description, :provider_name, :tags, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#idempotency_token ⇒ String
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
A suitable default value is auto-generated. You should normally not need to pass this option.
771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771 class CreatePortfolioInput < Struct.new( :accept_language, :display_name, :description, :provider_name, :tags, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The name of the portfolio provider.
771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771 class CreatePortfolioInput < Struct.new( :accept_language, :display_name, :description, :provider_name, :tags, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
One or more tags.
771 772 773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771 class CreatePortfolioInput < Struct.new( :accept_language, :display_name, :description, :provider_name, :tags, :idempotency_token) SENSITIVE = [] include Aws::Structure end |