Class: Aws::Types::UpdateMulticastGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def id
  @id
end

#lo_ra_wan ⇒ Types::LoRaWANMulticast

Returns the value of attribute lo_ra_wan.



2175
2176
2177
# File 'sig/types.rbs', line 2175

def lo_ra_wan
  @lo_ra_wan
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def name
  @name
end