Class: Aws::ServiceCatalog::Types::DescribeConstraintInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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)


1537
1538
1539
1540
1541
1542
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1537

class DescribeConstraintInput < Struct.new(
  :accept_language,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the constraint.

Returns:

  • (String)


1537
1538
1539
1540
1541
1542
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1537

class DescribeConstraintInput < Struct.new(
  :accept_language,
  :id)
  SENSITIVE = []
  include Aws::Structure
end