Class: Aws::Types::InheritedAdditionalAnalyses

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sources::Array[Types::InheritedAdditionalAnalysesSource]

Returns the value of attribute sources.



1738
1739
1740
# File 'sig/types.rbs', line 1738

def sources
  @sources
end

#value"ALLOWED", ...

Returns the value of attribute value.

Returns:

  • ("ALLOWED", "REQUIRED", "NOT_ALLOWED")


1737
1738
1739
# File 'sig/types.rbs', line 1737

def value
  @value
end