Class: Aws::Types::EmailOutboundMode

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

Defined Under Namespace

Classes: Agentless, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agentlessTypes::AgentlessConfig

Returns the value of attribute agentless.



258
259
260
# File 'sig/types.rbs', line 258

def agentless
  @agentless
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


259
260
261
# File 'sig/types.rbs', line 259

def unknown
  @unknown
end