Class: Aws::Types::EmailChannelSubtypeConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity::Float

Returns the value of attribute capacity.

Returns:

  • (::Float)


236
237
238
# File 'sig/types.rbs', line 236

def capacity
  @capacity
end

#default_outbound_configTypes::EmailOutboundConfig

Returns the value of attribute default_outbound_config.



238
239
240
# File 'sig/types.rbs', line 238

def default_outbound_config
  @default_outbound_config
end

#outbound_modeTypes::EmailOutboundMode

Returns the value of attribute outbound_mode.



237
238
239
# File 'sig/types.rbs', line 237

def outbound_mode
  @outbound_mode
end