Class: Aws::ServiceCatalog::Types::CreateConstraintOutput

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.



655
656
657
658
659
660
# File 'lib/aws-sdk-servicecatalog/types.rb', line 655

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

#constraint_parametersString

The constraint parameters.

Returns:

  • (String)


655
656
657
658
659
660
# File 'lib/aws-sdk-servicecatalog/types.rb', line 655

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

#statusString

The status of the current request.

Returns:

  • (String)


655
656
657
658
659
660
# File 'lib/aws-sdk-servicecatalog/types.rb', line 655

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