Class: Aws::Types::StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest

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)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def id
  @id
end

#query_string ⇒ ::String

Returns the value of attribute query_string.

Returns:

  • (::String)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def query_string
  @query_string
end

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

Returns the value of attribute tags.

Returns:



1929
1930
1931
# File 'sig/types.rbs', line 1929

def tags
  @tags
end