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.
6861 6862 6863 |
# File 'sig/types.rbs', line 6861 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6859 6860 6861 |
# File 'sig/types.rbs', line 6859 def dry_run @dry_run end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
6860 6861 6862 |
# File 'sig/types.rbs', line 6860 def network_interface_id @network_interface_id end |