Class: Aws::Types::SubscribeToDatasetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def dataset_name
  @dataset_name
end

#device_id::String

Returns the value of attribute device_id.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def device_id
  @device_id
end

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def identity_id
  @identity_id
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def identity_pool_id
  @identity_pool_id
end