Class: Aws::Types::LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
-
#interface_type ⇒ "secondary"
Returns the value of attribute interface_type.
-
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
-
#private_ip_address_count ⇒ ::Integer
Returns the value of attribute private_ip_address_count.
-
#private_ip_addresses ⇒ ::Array[Types::SecondaryInterfacePrivateIpAddressSpecificationRequest]
Returns the value of attribute private_ip_addresses.
-
#secondary_subnet_id ⇒ ::String
Returns the value of attribute secondary_subnet_id.
Instance Attribute Details
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
12710 12711 12712 |
# File 'sig/types.rbs', line 12710 def delete_on_termination @delete_on_termination end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
12711 12712 12713 |
# File 'sig/types.rbs', line 12711 def device_index @device_index end |
#interface_type ⇒ "secondary"
Returns the value of attribute interface_type.
12715 12716 12717 |
# File 'sig/types.rbs', line 12715 def interface_type @interface_type end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
12716 12717 12718 |
# File 'sig/types.rbs', line 12716 def network_card_index @network_card_index end |
#private_ip_address_count ⇒ ::Integer
Returns the value of attribute private_ip_address_count.
12713 12714 12715 |
# File 'sig/types.rbs', line 12713 def private_ip_address_count @private_ip_address_count end |
#private_ip_addresses ⇒ ::Array[Types::SecondaryInterfacePrivateIpAddressSpecificationRequest]
Returns the value of attribute private_ip_addresses.
12712 12713 12714 |
# File 'sig/types.rbs', line 12712 def private_ip_addresses @private_ip_addresses end |
#secondary_subnet_id ⇒ ::String
Returns the value of attribute secondary_subnet_id.
12714 12715 12716 |
# File 'sig/types.rbs', line 12714 def secondary_subnet_id @secondary_subnet_id end |