Class: Aws::Types::CreateConnectionRequest

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)


237
238
239
# File 'sig/types.rbs', line 237

def bandwidth
  @bandwidth
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def connection_name
  @connection_name
end

#lag_id::String

Returns the value of attribute lag_id.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def lag_id
  @lag_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def location
  @location
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def provider_name
  @provider_name
end

#request_mac_secBoolean

Returns the value of attribute request_mac_sec.

Returns:

  • (Boolean)


242
243
244
# File 'sig/types.rbs', line 242

def request_mac_sec
  @request_mac_sec
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



240
241
242
# File 'sig/types.rbs', line 240

def tags
  @tags
end