Class: Aws::Types::ParticipatingGateways

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute downlink_mode.

Returns:

  • ("SEQUENTIAL", "CONCURRENT", "USING_UPLINK_GATEWAY")


1641
1642
1643
# File 'sig/types.rbs', line 1641

def downlink_mode
  @downlink_mode
end

#gateway_list ⇒ ::Array[Types::GatewayListItem]

Returns the value of attribute gateway_list.

Returns:



1642
1643
1644
# File 'sig/types.rbs', line 1642

def gateway_list
  @gateway_list
end

#transmission_interval ⇒ ::Integer

Returns the value of attribute transmission_interval.

Returns:

  • (::Integer)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def transmission_interval
  @transmission_interval
end