Class: Aws::EC2::Types::AttachmentEnaSrdUdpSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AttachmentEnaSrdUdpSpecification
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the ENA Express configuration for UDP traffic on the network interface that's attached to the instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ena_srd_udp_enabled ⇒ Boolean
Indicates whether UDP traffic to and from the instance uses ENA Express.
Instance Attribute Details
#ena_srd_udp_enabled ⇒ Boolean
Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
2925 2926 2927 2928 2929 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2925 class AttachmentEnaSrdUdpSpecification < Struct.new( :ena_srd_udp_enabled) SENSITIVE = [] include Aws::Structure end |