Class: Aws::ServiceCatalog::Types::DeleteConstraintInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DeleteConstraintInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#id ⇒ String
The identifier of the constraint.
Instance Attribute Details
#accept_language ⇒ String
The language code.
jp
- Japanesezh
- Chinese
1303 1304 1305 1306 1307 1308 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1303 class DeleteConstraintInput < Struct.new( :accept_language, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the constraint.
1303 1304 1305 1306 1307 1308 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1303 class DeleteConstraintInput < Struct.new( :accept_language, :id) SENSITIVE = [] include Aws::Structure end |