Class: Aws::ServiceCatalog::Types::DescribeConstraintOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#constraint_detailTypes::ConstraintDetail

Information about the constraint.



1618
1619
1620
1621
1622
1623
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1618

class DescribeConstraintOutput < Struct.new(
  :constraint_detail,
  :constraint_parameters,
  :status)
  include Aws::Structure
end

#constraint_parametersString

The constraint parameters.

Returns:

  • (String)


1618
1619
1620
1621
1622
1623
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1618

class DescribeConstraintOutput < Struct.new(
  :constraint_detail,
  :constraint_parameters,
  :status)
  include Aws::Structure
end

#statusString

The status of the current request.

Returns:

  • (String)


1618
1619
1620
1621
1622
1623
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1618

class DescribeConstraintOutput < Struct.new(
  :constraint_detail,
  :constraint_parameters,
  :status)
  include Aws::Structure
end