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)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def enable_site_link
  @enable_site_link
end

#mtu::Integer

Returns the value of attribute mtu.

Returns:

  • (::Integer)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def mtu
  @mtu
end

#prefix_pool_allocated_count_ipv_4::Integer

Returns the value of attribute prefix_pool_allocated_count_ipv_4.

Returns:

  • (::Integer)


1182
1183
1184
# File 'sig/types.rbs', line 1182

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)


1183
1184
1185
# File 'sig/types.rbs', line 1183

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)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def rate_limit
  @rate_limit
end

#virtual_interface_id::String

Returns the value of attribute virtual_interface_id.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def virtual_interface_id
  @virtual_interface_id
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def virtual_interface_name
  @virtual_interface_name
end