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:



312
313
314
# File 'sig/types.rbs', line 312

def bandwidth
  @bandwidth
end

#interconnect_name::String

Returns the value of attribute interconnect_name.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def interconnect_name
  @interconnect_name
end

#lag_id::String

Returns the value of attribute lag_id.

Returns:



314
315
316
# File 'sig/types.rbs', line 314

def lag_id
  @lag_id
end

#location::String

Returns the value of attribute location.

Returns:



313
314
315
# File 'sig/types.rbs', line 313

def location
  @location
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:



316
317
318
# File 'sig/types.rbs', line 316

def provider_name
  @provider_name
end

#request_mac_secBoolean

Returns the value of attribute request_mac_sec.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def request_mac_sec
  @request_mac_sec
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



315
316
317
# File 'sig/types.rbs', line 315

def tags
  @tags
end