Class: Aws::Types::Connection

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#connected_device_id ⇒ ::String

Returns the value of attribute connected_device_id.



222
223
224
# File 'sig/types.rbs', line 222

def connected_device_id
  @connected_device_id
end

Returns the value of attribute connected_link_id.



224
225
226
# File 'sig/types.rbs', line 224

def connected_link_id
  @connected_link_id
end

#connection_arn ⇒ ::String

Returns the value of attribute connection_arn.



219
220
221
# File 'sig/types.rbs', line 219

def connection_arn
  @connection_arn
end

#connection_id ⇒ ::String

Returns the value of attribute connection_id.



218
219
220
# File 'sig/types.rbs', line 218

def connection_id
  @connection_id
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.



226
227
228
# File 'sig/types.rbs', line 226

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.



225
226
227
# File 'sig/types.rbs', line 225

def description
  @description
end

#device_id ⇒ ::String

Returns the value of attribute device_id.



221
222
223
# File 'sig/types.rbs', line 221

def device_id
  @device_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.



220
221
222
# File 'sig/types.rbs', line 220

def global_network_id
  @global_network_id
end

Returns the value of attribute link_id.



223
224
225
# File 'sig/types.rbs', line 223

def link_id
  @link_id
end

#state ⇒ "PENDING", ...

Returns the value of attribute state.



227
228
229
# File 'sig/types.rbs', line 227

def state
  @state
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.



228
229
230
# File 'sig/types.rbs', line 228

def tags
  @tags
end