Class: Aws::ServiceCatalog::Types::UpdatePortfolioInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)


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_tagsArray<Types::Tag>

The tags to add.

Returns:



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

#descriptionString

The updated description of the portfolio.

Returns:

  • (String)


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_nameString

The name to use for display purposes.

Returns:

  • (String)


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

#idString

The portfolio identifier.

Returns:

  • (String)


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_nameString

The updated name of the portfolio provider.

Returns:

  • (String)


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_tagsArray<String>

The tags to remove.

Returns:

  • (Array<String>)


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