Class: Aws::Types::ScheduledInstancesNetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledInstancesNetworkInterface
- 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.
-
#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.
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#ipv_6_address_count ⇒ ::Integer
Returns the value of attribute ipv_6_address_count.
-
#ipv_6_addresses ⇒ ::Array[Types::ScheduledInstancesIpv6Address]
Returns the value of attribute ipv_6_addresses.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#private_ip_address_configs ⇒ ::Array[Types::ScheduledInstancesPrivateIpAddressConfig]
Returns the value of attribute private_ip_address_configs.
-
#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_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
16782 16783 16784 |
# File 'sig/types.rbs', line 16782 def associate_public_ip_address @associate_public_ip_address end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
16783 16784 16785 |
# File 'sig/types.rbs', line 16783 def delete_on_termination @delete_on_termination end |
#description ⇒ ::String
Returns the value of attribute description.
16784 16785 16786 |
# File 'sig/types.rbs', line 16784 def description @description end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
16785 16786 16787 |
# File 'sig/types.rbs', line 16785 def device_index @device_index end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
16786 16787 16788 |
# File 'sig/types.rbs', line 16786 def groups @groups end |
#ipv_6_address_count ⇒ ::Integer
Returns the value of attribute ipv_6_address_count.
16787 16788 16789 |
# File 'sig/types.rbs', line 16787 def ipv_6_address_count @ipv_6_address_count end |
#ipv_6_addresses ⇒ ::Array[Types::ScheduledInstancesIpv6Address]
Returns the value of attribute ipv_6_addresses.
16788 16789 16790 |
# File 'sig/types.rbs', line 16788 def ipv_6_addresses @ipv_6_addresses end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
16789 16790 16791 |
# File 'sig/types.rbs', line 16789 def network_interface_id @network_interface_id end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
16790 16791 16792 |
# File 'sig/types.rbs', line 16790 def private_ip_address @private_ip_address end |
#private_ip_address_configs ⇒ ::Array[Types::ScheduledInstancesPrivateIpAddressConfig]
Returns the value of attribute private_ip_address_configs.
16791 16792 16793 |
# File 'sig/types.rbs', line 16791 def private_ip_address_configs @private_ip_address_configs end |
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
16792 16793 16794 |
# File 'sig/types.rbs', line 16792 def secondary_private_ip_address_count @secondary_private_ip_address_count end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
16793 16794 16795 |
# File 'sig/types.rbs', line 16793 def subnet_id @subnet_id end |