Class: Aws::ServiceCatalog::Types::DescribeConstraintInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeConstraintInput
- Includes:
- Aws::Structure
- Defined in:
- 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` - Japanese
-
‘zh` - Chinese
1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1537 class DescribeConstraintInput < Struct.new( :accept_language, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the constraint.
1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1537 class DescribeConstraintInput < Struct.new( :accept_language, :id) SENSITIVE = [] include Aws::Structure end |