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
Note:
When making an API call, you may pass UpdatePortfolioInput data as a hash:
{
accept_language: "AcceptLanguage",
id: "Id", # required
display_name: "PortfolioDisplayName",
description: "PortfolioDescription",
provider_name: "ProviderName",
add_tags: [
{
key: "TagKey", # required
value: "TagValue", # required
},
],
remove_tags: ["TagKey"],
}
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.
en
- English (default)jp
- Japanesezh
- Chinese
7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7208 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.
7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7208 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.
7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7208 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.
7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7208 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.
7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7208 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.
7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7208 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.
7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7208 class UpdatePortfolioInput < Struct.new( :accept_language, :id, :display_name, :description, :provider_name, :add_tags, :remove_tags) SENSITIVE = [] include Aws::Structure end |