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.
6961 6962 6963 |
# File 'sig/types.rbs', line 6961 def associate_public_ip_address @associate_public_ip_address end |
#attachment ⇒ Types::NetworkInterfaceAttachment
Returns the value of attribute attachment.
6956 6957 6958 |
# File 'sig/types.rbs', line 6956 def @attachment end |
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
6957 6958 6959 |
# File 'sig/types.rbs', line 6957 def description @description end |
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
6958 6959 6960 |
# File 'sig/types.rbs', line 6958 def groups @groups end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
6959 6960 6961 |
# File 'sig/types.rbs', line 6959 def network_interface_id @network_interface_id end |
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
6960 6961 6962 |
# File 'sig/types.rbs', line 6960 def source_dest_check @source_dest_check end |