Class: Aws::Types::LoRaWANMulticast

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_session_parameters ⇒ Types::DefaultSessionParametersMulticast

Returns the value of attribute default_session_parameters.



1467
1468
1469
# File 'sig/types.rbs', line 1467

def default_session_parameters
  @default_session_parameters
end

#dl_class ⇒ "ClassB", "ClassC"

Returns the value of attribute dl_class.

Returns:

  • ("ClassB", "ClassC")


1465
1466
1467
# File 'sig/types.rbs', line 1465

def dl_class
  @dl_class
end

#participating_gateways ⇒ Types::ParticipatingGatewaysMulticast

Returns the value of attribute participating_gateways.



1466
1467
1468
# File 'sig/types.rbs', line 1466

def participating_gateways
  @participating_gateways
end

#rf_region ⇒ "EU868", ...

Returns the value of attribute rf_region.

Returns:

  • ("EU868", "US915", "AU915", "AS923-1", "AS923-2", "AS923-3", "AS923-4", "EU433", "CN470", "CN779", "RU864", "KR920", "IN865")


1464
1465
1466
# File 'sig/types.rbs', line 1464

def rf_region
  @rf_region
end