Class: Aws::Types::StartBulkAssociateWirelessDeviceWithMulticastGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def id
  @id
end

#query_string ⇒ ::String

Returns the value of attribute query_string.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def query_string
  @query_string
end

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

Returns the value of attribute tags.

Returns:



1919
1920
1921
# File 'sig/types.rbs', line 1919

def tags
  @tags
end