Class: Aws::Types::LaunchTemplateEnaSrdSpecification
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateEnaSrdSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ena_srd_enabled ⇒ Boolean
Returns the value of attribute ena_srd_enabled.
-
#ena_srd_udp_specification ⇒ Types::LaunchTemplateEnaSrdUdpSpecification
Returns the value of attribute ena_srd_udp_specification.
Instance Attribute Details
#ena_srd_enabled ⇒ Boolean
Returns the value of attribute ena_srd_enabled.
12832 12833 12834 |
# File 'sig/types.rbs', line 12832 def ena_srd_enabled @ena_srd_enabled end |
#ena_srd_udp_specification ⇒ Types::LaunchTemplateEnaSrdUdpSpecification
Returns the value of attribute ena_srd_udp_specification.
12833 12834 12835 |
# File 'sig/types.rbs', line 12833 def ena_srd_udp_specification @ena_srd_udp_specification end |