Class: Aws::Types::Tunnel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


135
136
137
# File 'sig/types.rbs', line 135

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def description
  @description
end

#destination_configTypes::DestinationConfig

Returns the value of attribute destination_config.



132
133
134
# File 'sig/types.rbs', line 132

def destination_config
  @destination_config
end

#destination_connection_stateTypes::ConnectionState

Returns the value of attribute destination_connection_state.



130
131
132
# File 'sig/types.rbs', line 130

def destination_connection_state
  @destination_connection_state
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


136
137
138
# File 'sig/types.rbs', line 136

def last_updated_at
  @last_updated_at
end

#source_connection_stateTypes::ConnectionState

Returns the value of attribute source_connection_state.



129
130
131
# File 'sig/types.rbs', line 129

def source_connection_state
  @source_connection_state
end

#status"OPEN", "CLOSED"

Returns the value of attribute status.

Returns:

  • ("OPEN", "CLOSED")


128
129
130
# File 'sig/types.rbs', line 128

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def tags
  @tags
end

#timeout_configTypes::TimeoutConfig

Returns the value of attribute timeout_config.



133
134
135
# File 'sig/types.rbs', line 133

def timeout_config
  @timeout_config
end

#tunnel_arn::String

Returns the value of attribute tunnel_arn.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def tunnel_arn
  @tunnel_arn
end

#tunnel_id::String

Returns the value of attribute tunnel_id.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def tunnel_id
  @tunnel_id
end