Module: Aws::EC2::Client::_DescribeNetworkInterfaceAttributeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeNetworkInterfaceAttributeResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associate_public_ip_address ⇒ Boolean
- #attachment ⇒ Types::NetworkInterfaceAttachment
- #description ⇒ Types::AttributeValue
- #groups ⇒ ::Array[Types::GroupIdentifier]
- #network_interface_id ⇒ ::String
- #source_dest_check ⇒ Types::AttributeBooleanValue
Instance Method Details
#associate_public_ip_address ⇒ Boolean
7224 |
# File 'sig/client.rbs', line 7224
def associate_public_ip_address: () -> bool
|
#attachment ⇒ Types::NetworkInterfaceAttachment
7219 |
# File 'sig/client.rbs', line 7219
def attachment: () -> Types::NetworkInterfaceAttachment
|
#description ⇒ Types::AttributeValue
7220 |
# File 'sig/client.rbs', line 7220
def description: () -> Types::AttributeValue
|
#groups ⇒ ::Array[Types::GroupIdentifier]
7221 |
# File 'sig/client.rbs', line 7221
def groups: () -> ::Array[Types::GroupIdentifier]
|
#network_interface_id ⇒ ::String
7222 |
# File 'sig/client.rbs', line 7222
def network_interface_id: () -> ::String
|
#source_dest_check ⇒ Types::AttributeBooleanValue
7223 |
# File 'sig/client.rbs', line 7223
def source_dest_check: () -> Types::AttributeBooleanValue
|