Class: Aws::Types::Connection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_device::String

Returns the value of attribute aws_device.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def aws_device
  @aws_device
end

#aws_device_v2::String

Returns the value of attribute aws_device_v2.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def aws_device_v2
  @aws_device_v2
end

#aws_logical_device_id::String

Returns the value of attribute aws_logical_device_id.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def aws_logical_device_id
  @aws_logical_device_id
end

#bandwidth::String

Returns the value of attribute bandwidth.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def bandwidth
  @bandwidth
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def connection_id
  @connection_id
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def connection_name
  @connection_name
end

#connection_state"ordering", ...

Returns the value of attribute connection_state.

Returns:

  • ("ordering", "requested", "pending", "available", "down", "deleting", "deleted", "rejected", "unknown")


194
195
196
# File 'sig/types.rbs', line 194

def connection_state
  @connection_state
end

#encryption_mode::String

Returns the value of attribute encryption_mode.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def encryption_mode
  @encryption_mode
end

#has_logical_redundancy"unknown", ...

Returns the value of attribute has_logical_redundancy.

Returns:

  • ("unknown", "yes", "no")


206
207
208
# File 'sig/types.rbs', line 206

def has_logical_redundancy
  @has_logical_redundancy
end

#jumbo_frame_capableBoolean

Returns the value of attribute jumbo_frame_capable.

Returns:

  • (Boolean)


203
204
205
# File 'sig/types.rbs', line 203

def jumbo_frame_capable
  @jumbo_frame_capable
end

#lag_id::String

Returns the value of attribute lag_id.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def lag_id
  @lag_id
end

#loa_issue_time::Time

Returns the value of attribute loa_issue_time.

Returns:

  • (::Time)


200
201
202
# File 'sig/types.rbs', line 200

def loa_issue_time
  @loa_issue_time
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def location
  @location
end

#mac_sec_capableBoolean

Returns the value of attribute mac_sec_capable.

Returns:

  • (Boolean)


209
210
211
# File 'sig/types.rbs', line 209

def mac_sec_capable
  @mac_sec_capable
end

#mac_sec_keys::Array[Types::MacSecKey]

Returns the value of attribute mac_sec_keys.

Returns:



212
213
214
# File 'sig/types.rbs', line 212

def mac_sec_keys
  @mac_sec_keys
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def 
  @owner_account
end

#partner_interconnect_mac_sec_capableBoolean

Returns the value of attribute partner_interconnect_mac_sec_capable.

Returns:

  • (Boolean)


214
215
216
# File 'sig/types.rbs', line 214

def partner_interconnect_mac_sec_capable
  @partner_interconnect_mac_sec_capable
end

#partner_name::String

Returns the value of attribute partner_name.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def partner_name
  @partner_name
end

#port_encryption_status::String

Returns the value of attribute port_encryption_status.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def port_encryption_status
  @port_encryption_status
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def provider_name
  @provider_name
end

#rate_limiter_statusTypes::RateLimiterStatus

Returns the value of attribute rate_limiter_status.



213
214
215
# File 'sig/types.rbs', line 213

def rate_limiter_status
  @rate_limiter_status
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def region
  @region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def tags
  @tags
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


198
199
200
# File 'sig/types.rbs', line 198

def vlan
  @vlan
end