Class: Aws::Types::UpdateVirtualInterfaceAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute enable_site_link.

Returns:

  • (Boolean)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def enable_site_link
  @enable_site_link
end

#mtu::Integer

Returns the value of attribute mtu.

Returns:

  • (::Integer)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def mtu
  @mtu
end

#prefix_pool_allocated_count_ipv_4::Integer

Returns the value of attribute prefix_pool_allocated_count_ipv_4.

Returns:

  • (::Integer)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def prefix_pool_allocated_count_ipv_4
  @prefix_pool_allocated_count_ipv_4
end

#prefix_pool_allocated_count_ipv_6::Integer

Returns the value of attribute prefix_pool_allocated_count_ipv_6.

Returns:

  • (::Integer)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def prefix_pool_allocated_count_ipv_6
  @prefix_pool_allocated_count_ipv_6
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def rate_limit
  @rate_limit
end

#virtual_interface_id::String

Returns the value of attribute virtual_interface_id.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def virtual_interface_id
  @virtual_interface_id
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def virtual_interface_name
  @virtual_interface_name
end