Class: Aws::Types::DeleteConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#clean_sessionBoolean

Returns the value of attribute clean_session.

Returns:

  • (Boolean)


18
19
20
# File 'sig/types.rbs', line 18

def clean_session
  @clean_session
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def client_id
  @client_id
end

#prevent_will_messageBoolean

Returns the value of attribute prevent_will_message.

Returns:

  • (Boolean)


19
20
21
# File 'sig/types.rbs', line 19

def prevent_will_message
  @prevent_will_message
end