Class: Aws::Types::StopContactStreamingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


8107
8108
8109
# File 'sig/types.rbs', line 8107

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8106
8107
8108
# File 'sig/types.rbs', line 8106

def instance_id
  @instance_id
end

#streaming_id::String

Returns the value of attribute streaming_id.

Returns:

  • (::String)


8108
8109
8110
# File 'sig/types.rbs', line 8108

def streaming_id
  @streaming_id
end