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

#child_connection_tags::Array[Types::Tag]

Returns the value of attribute child_connection_tags.

Returns:



303
304
305
# File 'sig/types.rbs', line 303

def child_connection_tags
  @child_connection_tags
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def connection_id
  @connection_id
end

#connections_bandwidth::String

Returns the value of attribute connections_bandwidth.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def connections_bandwidth
  @connections_bandwidth
end

#lag_name::String

Returns the value of attribute lag_name.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def lag_name
  @lag_name
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def location
  @location
end

#number_of_connections::Integer

Returns the value of attribute number_of_connections.

Returns:

  • (::Integer)


297
298
299
# File 'sig/types.rbs', line 297

def number_of_connections
  @number_of_connections
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def provider_name
  @provider_name
end

#request_mac_secBoolean

Returns the value of attribute request_mac_sec.

Returns:

  • (Boolean)


305
306
307
# File 'sig/types.rbs', line 305

def request_mac_sec
  @request_mac_sec
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def tags
  @tags
end