Class: Aws::Types::DescribeNetworkInterfaceAttributeResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInterfaceAttributeResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
-
#attachment ⇒ Types::NetworkInterfaceAttachment
Returns the value of attribute attachment.
-
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
-
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
Instance Attribute Details
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
6871 6872 6873 |
# File 'sig/types.rbs', line 6871 def associate_public_ip_address @associate_public_ip_address end |
#attachment ⇒ Types::NetworkInterfaceAttachment
Returns the value of attribute attachment.
6866 6867 6868 |
# File 'sig/types.rbs', line 6866 def @attachment end |
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
6867 6868 6869 |
# File 'sig/types.rbs', line 6867 def description @description end |
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
6868 6869 6870 |
# File 'sig/types.rbs', line 6868 def groups @groups end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
6869 6870 6871 |
# File 'sig/types.rbs', line 6869 def network_interface_id @network_interface_id end |
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
6870 6871 6872 |
# File 'sig/types.rbs', line 6870 def source_dest_check @source_dest_check end |