Class: Aws::Types::StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def id @id end |
#query_string ⇒ ::String
Returns the value of attribute query_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.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def @tags end |