Class: Aws::Types::DeleteConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clean_session ⇒ Boolean
Returns the value of attribute clean_session.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#prevent_will_message ⇒ Boolean
Returns the value of attribute prevent_will_message.
Instance Attribute Details
#clean_session ⇒ Boolean
Returns the value of attribute clean_session.
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.
17 18 19 |
# File 'sig/types.rbs', line 17 def client_id @client_id end |
#prevent_will_message ⇒ Boolean
Returns the value of attribute prevent_will_message.
19 20 21 |
# File 'sig/types.rbs', line 19 def end |