Class: Aws::Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associate_carrier_ip_address ⇒ Boolean
Returns the value of attribute associate_carrier_ip_address.
-
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
-
#connection_tracking_specification ⇒ Types::ConnectionTrackingSpecificationRequest
Returns the value of attribute connection_tracking_specification.
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
-
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
-
#ena_srd_specification ⇒ Types::EnaSrdSpecificationRequest
Returns the value of attribute ena_srd_specification.
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#interface_type ⇒ ::String
Returns the value of attribute interface_type.
-
#ipv_4_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_4_prefix_count.
-
#ipv_4_prefixes ⇒ ::Array[Types::Ipv4PrefixSpecificationRequest]
Returns the value of attribute ipv_4_prefixes.
-
#ipv_6_address_count ⇒ ::Integer
Returns the value of attribute ipv_6_address_count.
-
#ipv_6_addresses ⇒ ::Array[Types::InstanceIpv6AddressRequest]
Returns the value of attribute ipv_6_addresses.
-
#ipv_6_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_6_prefix_count.
-
#ipv_6_prefixes ⇒ ::Array[Types::Ipv6PrefixSpecificationRequest]
Returns the value of attribute ipv_6_prefixes.
-
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#primary_ipv_6 ⇒ Boolean
Returns the value of attribute primary_ipv_6.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#private_ip_addresses ⇒ ::Array[Types::PrivateIpAddressSpecification]
Returns the value of attribute private_ip_addresses.
-
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#associate_carrier_ip_address ⇒ Boolean
Returns the value of attribute associate_carrier_ip_address.
12672 12673 12674 |
# File 'sig/types.rbs', line 12672 def associate_carrier_ip_address @associate_carrier_ip_address end |
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
12673 12674 12675 |
# File 'sig/types.rbs', line 12673 def associate_public_ip_address @associate_public_ip_address end |
#connection_tracking_specification ⇒ Types::ConnectionTrackingSpecificationRequest
Returns the value of attribute connection_tracking_specification.
12693 12694 12695 |
# File 'sig/types.rbs', line 12693 def connection_tracking_specification @connection_tracking_specification end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
12674 12675 12676 |
# File 'sig/types.rbs', line 12674 def delete_on_termination @delete_on_termination end |
#description ⇒ ::String
Returns the value of attribute description.
12675 12676 12677 |
# File 'sig/types.rbs', line 12675 def description @description end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
12676 12677 12678 |
# File 'sig/types.rbs', line 12676 def device_index @device_index end |
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
12694 12695 12696 |
# File 'sig/types.rbs', line 12694 def ena_queue_count @ena_queue_count end |
#ena_srd_specification ⇒ Types::EnaSrdSpecificationRequest
Returns the value of attribute ena_srd_specification.
12692 12693 12694 |
# File 'sig/types.rbs', line 12692 def ena_srd_specification @ena_srd_specification end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
12677 12678 12679 |
# File 'sig/types.rbs', line 12677 def groups @groups end |
#interface_type ⇒ ::String
Returns the value of attribute interface_type.
12678 12679 12680 |
# File 'sig/types.rbs', line 12678 def interface_type @interface_type end |
#ipv_4_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_4_prefix_count.
12688 12689 12690 |
# File 'sig/types.rbs', line 12688 def ipv_4_prefix_count @ipv_4_prefix_count end |
#ipv_4_prefixes ⇒ ::Array[Types::Ipv4PrefixSpecificationRequest]
Returns the value of attribute ipv_4_prefixes.
12687 12688 12689 |
# File 'sig/types.rbs', line 12687 def ipv_4_prefixes @ipv_4_prefixes end |
#ipv_6_address_count ⇒ ::Integer
Returns the value of attribute ipv_6_address_count.
12679 12680 12681 |
# File 'sig/types.rbs', line 12679 def ipv_6_address_count @ipv_6_address_count end |
#ipv_6_addresses ⇒ ::Array[Types::InstanceIpv6AddressRequest]
Returns the value of attribute ipv_6_addresses.
12680 12681 12682 |
# File 'sig/types.rbs', line 12680 def ipv_6_addresses @ipv_6_addresses end |
#ipv_6_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_6_prefix_count.
12690 12691 12692 |
# File 'sig/types.rbs', line 12690 def ipv_6_prefix_count @ipv_6_prefix_count end |
#ipv_6_prefixes ⇒ ::Array[Types::Ipv6PrefixSpecificationRequest]
Returns the value of attribute ipv_6_prefixes.
12689 12690 12691 |
# File 'sig/types.rbs', line 12689 def ipv_6_prefixes @ipv_6_prefixes end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
12686 12687 12688 |
# File 'sig/types.rbs', line 12686 def network_card_index @network_card_index end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
12681 12682 12683 |
# File 'sig/types.rbs', line 12681 def network_interface_id @network_interface_id end |
#primary_ipv_6 ⇒ Boolean
Returns the value of attribute primary_ipv_6.
12691 12692 12693 |
# File 'sig/types.rbs', line 12691 def primary_ipv_6 @primary_ipv_6 end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
12682 12683 12684 |
# File 'sig/types.rbs', line 12682 def private_ip_address @private_ip_address end |
#private_ip_addresses ⇒ ::Array[Types::PrivateIpAddressSpecification]
Returns the value of attribute private_ip_addresses.
12683 12684 12685 |
# File 'sig/types.rbs', line 12683 def private_ip_addresses @private_ip_addresses end |
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
12684 12685 12686 |
# File 'sig/types.rbs', line 12684 def secondary_private_ip_address_count @secondary_private_ip_address_count end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
12685 12686 12687 |
# File 'sig/types.rbs', line 12685 def subnet_id @subnet_id end |