Class: Aws::Types::OpenTunnelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def description
  @description
end

#destination_configTypes::DestinationConfig

Returns the value of attribute destination_config.



73
74
75
# File 'sig/types.rbs', line 73

def destination_config
  @destination_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



72
73
74
# File 'sig/types.rbs', line 72

def tags
  @tags
end

#timeout_configTypes::TimeoutConfig

Returns the value of attribute timeout_config.



74
75
76
# File 'sig/types.rbs', line 74

def timeout_config
  @timeout_config
end