Class: Aws::Types::SmsChannelSubtypeConfig

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)


670
671
672
# File 'sig/types.rbs', line 670

def capacity
  @capacity
end

#default_outbound_configTypes::SmsOutboundConfig

Returns the value of attribute default_outbound_config.



672
673
674
# File 'sig/types.rbs', line 672

def default_outbound_config
  @default_outbound_config
end

#outbound_modeTypes::SmsOutboundMode

Returns the value of attribute outbound_mode.



671
672
673
# File 'sig/types.rbs', line 671

def outbound_mode
  @outbound_mode
end