Class: Aws::Types::OpenTunnelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:source_access_token, :destination_access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_access_token::String

Returns the value of attribute destination_access_token.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def destination_access_token
  @destination_access_token
end

#source_access_token::String

Returns the value of attribute source_access_token.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def source_access_token
  @source_access_token
end

#tunnel_arn::String

Returns the value of attribute tunnel_arn.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def tunnel_arn
  @tunnel_arn
end

#tunnel_id::String

Returns the value of attribute tunnel_id.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def tunnel_id
  @tunnel_id
end