Class: Aws::ServiceCatalog::Types::UpdatePortfolioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdatePortfolioInput
- 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.
-
#add_tags ⇒ Array<Types::Tag>
The tags to add.
-
#description ⇒ String
The updated description of the portfolio.
-
#display_name ⇒ String
The name to use for display purposes.
-
#id ⇒ String
The portfolio identifier.
-
#provider_name ⇒ String
The updated name of the portfolio provider.
-
#remove_tags ⇒ Array<String>
The tags to remove.
Instance Attribute Details
#accept_language ⇒ String
The language code.
jp
- Japanesezh
- Chinese
6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6635 class UpdatePortfolioInput < Struct.new( :accept_language, :id, :display_name, :description, :provider_name, :add_tags, :remove_tags) SENSITIVE = [] include Aws::Structure end |
#add_tags ⇒ Array<Types::Tag>
The tags to add.
6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6635 class UpdatePortfolioInput < Struct.new( :accept_language, :id, :display_name, :description, :provider_name, :add_tags, :remove_tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The updated description of the portfolio.
6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6635 class UpdatePortfolioInput < Struct.new( :accept_language, :id, :display_name, :description, :provider_name, :add_tags, :remove_tags) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name to use for display purposes.
6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6635 class UpdatePortfolioInput < Struct.new( :accept_language, :id, :display_name, :description, :provider_name, :add_tags, :remove_tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The portfolio identifier.
6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6635 class UpdatePortfolioInput < Struct.new( :accept_language, :id, :display_name, :description, :provider_name, :add_tags, :remove_tags) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The updated name of the portfolio provider.
6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6635 class UpdatePortfolioInput < Struct.new( :accept_language, :id, :display_name, :description, :provider_name, :add_tags, :remove_tags) SENSITIVE = [] include Aws::Structure end |
#remove_tags ⇒ Array<String>
The tags to remove.
6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6635 class UpdatePortfolioInput < Struct.new( :accept_language, :id, :display_name, :description, :provider_name, :add_tags, :remove_tags) SENSITIVE = [] include Aws::Structure end |