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.

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6585

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:



6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6585

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)


6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6585

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)


6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6585

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)


6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6585

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)


6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6585

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


6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6585

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