Class: Aws::MailManager::Types::IngressBooleanToEvaluate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

Note:

IngressBooleanToEvaluate is a union - when making an API calls you must set exactly one of the members.

Note:

IngressBooleanToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of IngressBooleanToEvaluate corresponding to the set member.

The union type representing the allowed types of operands for a boolean condition.

Direct Known Subclasses

Analysis, Unknown

Defined Under Namespace

Classes: Analysis, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysisTypes::IngressAnalysis

The structure type for a boolean condition stating the Add On ARN and its returned value.



1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1639

class IngressBooleanToEvaluate < Struct.new(
  :analysis,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Analysis < IngressBooleanToEvaluate; end
  class Unknown < IngressBooleanToEvaluate; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



1639
1640
1641
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1639

def unknown
  @unknown
end