Class: Aws::Types::EnaSrdSpecification
- Inherits:
-
Object
- Object
- Aws::Types::EnaSrdSpecification
- 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::EnaSrdUdpSpecification
Returns the value of attribute ena_srd_udp_specification.
Instance Attribute Details
#ena_srd_enabled ⇒ Boolean
Returns the value of attribute ena_srd_enabled.
9070 9071 9072 |
# File 'sig/types.rbs', line 9070 def ena_srd_enabled @ena_srd_enabled end |
#ena_srd_udp_specification ⇒ Types::EnaSrdUdpSpecification
Returns the value of attribute ena_srd_udp_specification.
9071 9072 9073 |
# File 'sig/types.rbs', line 9071 def ena_srd_udp_specification @ena_srd_udp_specification end |