Class: Aws::Types::AnalysisTemplateValidationStatusDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reasons::Array[Types::AnalysisTemplateValidationStatusReason]

Returns the value of attribute reasons.



295
296
297
# File 'sig/types.rbs', line 295

def reasons
  @reasons
end

#status"VALID", ...

Returns the value of attribute status.

Returns:

  • ("VALID", "INVALID", "UNABLE_TO_VALIDATE")


294
295
296
# File 'sig/types.rbs', line 294

def status
  @status
end

#type"DIFFERENTIAL_PRIVACY"

Returns the value of attribute type.

Returns:

  • ("DIFFERENTIAL_PRIVACY")


293
294
295
# File 'sig/types.rbs', line 293

def type
  @type
end