Class: Aws::Types::RotateTunnelAccessTokenResponse

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)


101
102
103
# File 'sig/types.rbs', line 101

def destination_access_token
  @destination_access_token
end

#source_access_token::String

Returns the value of attribute source_access_token.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def source_access_token
  @source_access_token
end

#tunnel_arn::String

Returns the value of attribute tunnel_arn.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def tunnel_arn
  @tunnel_arn
end