Class: Aws::ServiceCatalog::Types::UpdateConstraintInput

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

Overview

Note:

When making an API call, you may pass UpdateConstraintInput data as a hash:

{
  accept_language: "AcceptLanguage",
  id: "Id", # required
  description: "ConstraintDescription",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


5756
5757
5758
5759
5760
5761
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5756

class UpdateConstraintInput < Struct.new(
  :accept_language,
  :id,
  :description)
  include Aws::Structure
end

#descriptionString

The updated description of the constraint.

Returns:

  • (String)


5756
5757
5758
5759
5760
5761
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5756

class UpdateConstraintInput < Struct.new(
  :accept_language,
  :id,
  :description)
  include Aws::Structure
end

#idString

The identifier of the constraint.

Returns:

  • (String)


5756
5757
5758
5759
5760
5761
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5756

class UpdateConstraintInput < Struct.new(
  :accept_language,
  :id,
  :description)
  include Aws::Structure
end