Class: Aws::Types::UnsubscribeFromDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UnsubscribeFromDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
Instance Attribute Details
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
327 328 329 |
# File 'sig/types.rbs', line 327 def dataset_name @dataset_name end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
328 329 330 |
# File 'sig/types.rbs', line 328 def device_id @device_id end |
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
326 327 328 |
# File 'sig/types.rbs', line 326 def identity_id @identity_id end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
325 326 327 |
# File 'sig/types.rbs', line 325 def identity_pool_id @identity_pool_id end |