Class: Aws::Types::DescribeNetworkInterfaceAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInterfaceAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "description", ...
Returns the value of attribute attribute.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
Instance Attribute Details
#attribute ⇒ "description", ...
Returns the value of attribute attribute.
6678 6679 6680 |
# File 'sig/types.rbs', line 6678 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6676 6677 6678 |
# File 'sig/types.rbs', line 6676 def dry_run @dry_run end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
6677 6678 6679 |
# File 'sig/types.rbs', line 6677 def network_interface_id @network_interface_id end |