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.
6688 6689 6690 |
# File 'sig/types.rbs', line 6688 def associate_public_ip_address @associate_public_ip_address end |
#attachment ⇒ Types::NetworkInterfaceAttachment
Returns the value of attribute attachment.
6683 6684 6685 |
# File 'sig/types.rbs', line 6683 def @attachment end |
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
6684 6685 6686 |
# File 'sig/types.rbs', line 6684 def description @description end |
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
6685 6686 6687 |
# File 'sig/types.rbs', line 6685 def groups @groups end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
6686 6687 6688 |
# File 'sig/types.rbs', line 6686 def network_interface_id @network_interface_id end |
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
6687 6688 6689 |
# File 'sig/types.rbs', line 6687 def source_dest_check @source_dest_check end |