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
7237 |
# File 'sig/client.rbs', line 7237
def associate_public_ip_address: () -> bool
|
#attachment ⇒ Types::NetworkInterfaceAttachment
7232 |
# File 'sig/client.rbs', line 7232
def attachment: () -> Types::NetworkInterfaceAttachment
|
#description ⇒ Types::AttributeValue
7233 |
# File 'sig/client.rbs', line 7233
def description: () -> Types::AttributeValue
|
#groups ⇒ ::Array[Types::GroupIdentifier]
7234 |
# File 'sig/client.rbs', line 7234
def groups: () -> ::Array[Types::GroupIdentifier]
|
#network_interface_id ⇒ ::String
7235 |
# File 'sig/client.rbs', line 7235
def network_interface_id: () -> ::String
|
#source_dest_check ⇒ Types::AttributeBooleanValue
7236 |
# File 'sig/client.rbs', line 7236
def source_dest_check: () -> Types::AttributeBooleanValue
|