Class: Aws::Types::CreateMulticastGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def client_request_token
  @client_request_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def description
  @description
end

#lo_ra_wan ⇒ Types::LoRaWANMulticast

Returns the value of attribute lo_ra_wan.



248
249
250
# File 'sig/types.rbs', line 248

def lo_ra_wan
  @lo_ra_wan
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def name
  @name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def tags
  @tags
end