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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6470

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:



6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6470

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)


6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6470

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)


6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6470

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)


6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6470

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)


6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6470

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>)


6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6470

class UpdatePortfolioInput < Struct.new(
  :accept_language,
  :id,
  :display_name,
  :description,
  :provider_name,
  :add_tags,
  :remove_tags)
  SENSITIVE = []
  include Aws::Structure
end