Class: Aws::Types::CreateLagRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_mode"PayAsYouGo", ...

Returns the value of attribute billing_mode.

Returns:

  • ("PayAsYouGo", "FlatRateTier1", "FlatRateTier2", "FlatRateTier3", "FlatRateTier4", "FlatRateTier5")


331
332
333
# File 'sig/types.rbs', line 331

def billing_mode
  @billing_mode
end

#child_connection_tags::Array[Types::Tag]

Returns the value of attribute child_connection_tags.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def child_connection_tags
  @child_connection_tags
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def connection_id
  @connection_id
end

#connections_bandwidth::String

Returns the value of attribute connections_bandwidth.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def connections_bandwidth
  @connections_bandwidth
end

#lag_name::String

Returns the value of attribute lag_name.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def lag_name
  @lag_name
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def location
  @location
end

#number_of_connections::Integer

Returns the value of attribute number_of_connections.

Returns:

  • (::Integer)


322
323
324
# File 'sig/types.rbs', line 322

def number_of_connections
  @number_of_connections
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def provider_name
  @provider_name
end

#request_mac_secBoolean

Returns the value of attribute request_mac_sec.

Returns:

  • (Boolean)


330
331
332
# File 'sig/types.rbs', line 330

def request_mac_sec
  @request_mac_sec
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def tags
  @tags
end