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.



284
285
286
# File 'sig/types.rbs', line 284

def reasons
  @reasons
end

#status"VALID", ...

Returns the value of attribute status.

Returns:

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


283
284
285
# File 'sig/types.rbs', line 283

def status
  @status
end

#type"DIFFERENTIAL_PRIVACY"

Returns the value of attribute type.

Returns:

  • ("DIFFERENTIAL_PRIVACY")


282
283
284
# File 'sig/types.rbs', line 282

def type
  @type
end