Class: Aws::Types::DescribeConstraintOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#constraint_detailTypes::ConstraintDetail

Returns the value of attribute constraint_detail.



374
375
376
# File 'sig/types.rbs', line 374

def constraint_detail
  @constraint_detail
end

#constraint_parameters::String

Returns the value of attribute constraint_parameters.



375
376
377
# File 'sig/types.rbs', line 375

def constraint_parameters
  @constraint_parameters
end

#status"AVAILABLE", ...

Returns the value of attribute status.



376
377
378
# File 'sig/types.rbs', line 376

def status
  @status
end