Class: Aws::Types::UpdateLagRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_mode::String

Returns the value of attribute encryption_mode.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def encryption_mode
  @encryption_mode
end

#lag_id::String

Returns the value of attribute lag_id.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def lag_id
  @lag_id
end

#lag_name::String

Returns the value of attribute lag_name.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def lag_name
  @lag_name
end

Returns the value of attribute minimum_links.

Returns:

  • (::Integer)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def minimum_links
  @minimum_links
end