Class: Aws::Types::DetachNetworkInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachNetworkInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#force ⇒ Boolean
Returns the value of attribute force.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
7976 7977 7978 |
# File 'sig/types.rbs', line 7976 def @attachment_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7975 7976 7977 |
# File 'sig/types.rbs', line 7975 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
7977 7978 7979 |
# File 'sig/types.rbs', line 7977 def force @force end |