Class: Aws::Types::ResetNetworkInterfaceAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetNetworkInterfaceAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#source_dest_check ⇒ ::String
Returns the value of attribute source_dest_check.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16487 16488 16489 |
# File 'sig/types.rbs', line 16487 def dry_run @dry_run end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
16488 16489 16490 |
# File 'sig/types.rbs', line 16488 def network_interface_id @network_interface_id end |
#source_dest_check ⇒ ::String
Returns the value of attribute source_dest_check.
16489 16490 16491 |
# File 'sig/types.rbs', line 16489 def source_dest_check @source_dest_check end |