Class: Aws::Types::IngressBooleanToEvaluate

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

Defined Under Namespace

Classes: Analysis, IsInAddressList, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#analysisTypes::IngressAnalysis

Returns the value of attribute analysis.

Returns:



661
662
663
# File 'sig/types.rbs', line 661

def analysis
  @analysis
end

#is_in_address_listTypes::IngressIsInAddressList

Returns the value of attribute is_in_address_list.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def is_in_address_list
  @is_in_address_list
end

#unknownObject

Returns the value of attribute unknown.

Returns:



663
664
665
# File 'sig/types.rbs', line 663

def unknown
  @unknown
end