Class: Aws::Types::GetConnectionResponse

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)


53
54
55
# File 'sig/types.rbs', line 53

def clean_session
  @clean_session
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def client_id
  @client_id
end

#connectedBoolean

Returns the value of attribute connected.

Returns:

  • (Boolean)


51
52
53
# File 'sig/types.rbs', line 51

def connected
  @connected
end

#connected_since::Integer

Returns the value of attribute connected_since.

Returns:

  • (::Integer)


59
60
61
# File 'sig/types.rbs', line 59

def connected_since
  @connected_since
end

#disconnect_reason::String

Returns the value of attribute disconnect_reason.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def disconnect_reason
  @disconnect_reason
end

#disconnected_since::Integer

Returns the value of attribute disconnected_since.

Returns:

  • (::Integer)


60
61
62
# File 'sig/types.rbs', line 60

def disconnected_since
  @disconnected_since
end

#keep_alive_duration::Integer

Returns the value of attribute keep_alive_duration.

Returns:

  • (::Integer)


58
59
60
# File 'sig/types.rbs', line 58

def keep_alive_duration
  @keep_alive_duration
end

#session_expiry::Integer

Returns the value of attribute session_expiry.

Returns:

  • (::Integer)


62
63
64
# File 'sig/types.rbs', line 62

def session_expiry
  @session_expiry
end

#source_ip::String

Returns the value of attribute source_ip.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def source_ip
  @source_ip
end

#source_port::Integer

Returns the value of attribute source_port.

Returns:

  • (::Integer)


55
56
57
# File 'sig/types.rbs', line 55

def source_port
  @source_port
end

#target_ip::String

Returns the value of attribute target_ip.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def target_ip
  @target_ip
end

#target_port::Integer

Returns the value of attribute target_port.

Returns:

  • (::Integer)


57
58
59
# File 'sig/types.rbs', line 57

def target_port
  @target_port
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def thing_name
  @thing_name
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def vpc_endpoint_id
  @vpc_endpoint_id
end