Class: Aws::Types::CreateInterconnectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth::String

Returns the value of attribute bandwidth.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def bandwidth
  @bandwidth
end

#interconnect_name::String

Returns the value of attribute interconnect_name.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def interconnect_name
  @interconnect_name
end

#lag_id::String

Returns the value of attribute lag_id.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def lag_id
  @lag_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def location
  @location
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def provider_name
  @provider_name
end

#request_mac_secBoolean

Returns the value of attribute request_mac_sec.

Returns:

  • (Boolean)


292
293
294
# File 'sig/types.rbs', line 292

def request_mac_sec
  @request_mac_sec
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



290
291
292
# File 'sig/types.rbs', line 290

def tags
  @tags
end