Class: Aws::Types::CreateConstraintOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#constraint_detailTypes::ConstraintDetail

Returns the value of attribute constraint_detail.



163
164
165
# File 'sig/types.rbs', line 163

def constraint_detail
  @constraint_detail
end

#constraint_parameters::String

Returns the value of attribute constraint_parameters.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def constraint_parameters
  @constraint_parameters
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "CREATING", "FAILED")


165
166
167
# File 'sig/types.rbs', line 165

def status
  @status
end