Class: Aws::Types::TunnelSummary

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)


145
146
147
# File 'sig/types.rbs', line 145

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def description
  @description
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


146
147
148
# File 'sig/types.rbs', line 146

def last_updated_at
  @last_updated_at
end

#status"OPEN", "CLOSED"

Returns the value of attribute status.

Returns:

  • ("OPEN", "CLOSED")


143
144
145
# File 'sig/types.rbs', line 143

def status
  @status
end

#tunnel_arn::String

Returns the value of attribute tunnel_arn.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def tunnel_arn
  @tunnel_arn
end

#tunnel_id::String

Returns the value of attribute tunnel_id.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def tunnel_id
  @tunnel_id
end