Class: Aws::Types::PostToConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_id ⇒ ::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def connection_id
  @connection_id
end

#data ⇒ ::String

Returns the value of attribute data.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def data
  @data
end