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.
17079 17080 17081 |
# File 'sig/types.rbs', line 17079 def associate_public_ip_address @associate_public_ip_address end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
17080 17081 17082 |
# File 'sig/types.rbs', line 17080 def delete_on_termination @delete_on_termination end |
#description ⇒ ::String
Returns the value of attribute description.
17081 17082 17083 |
# File 'sig/types.rbs', line 17081 def description @description end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
17082 17083 17084 |
# File 'sig/types.rbs', line 17082 def device_index @device_index end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
17083 17084 17085 |
# File 'sig/types.rbs', line 17083 def groups @groups end |
#ipv_6_address_count ⇒ ::Integer
Returns the value of attribute ipv_6_address_count.
17084 17085 17086 |
# File 'sig/types.rbs', line 17084 def ipv_6_address_count @ipv_6_address_count end |
#ipv_6_addresses ⇒ ::Array[Types::ScheduledInstancesIpv6Address]
Returns the value of attribute ipv_6_addresses.
17085 17086 17087 |
# File 'sig/types.rbs', line 17085 def ipv_6_addresses @ipv_6_addresses end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
17086 17087 17088 |
# File 'sig/types.rbs', line 17086 def network_interface_id @network_interface_id end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
17087 17088 17089 |
# File 'sig/types.rbs', line 17087 def private_ip_address @private_ip_address end |
#private_ip_address_configs ⇒ ::Array[Types::ScheduledInstancesPrivateIpAddressConfig]
Returns the value of attribute private_ip_address_configs.
17088 17089 17090 |
# File 'sig/types.rbs', line 17088 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.
17089 17090 17091 |
# File 'sig/types.rbs', line 17089 def secondary_private_ip_address_count @secondary_private_ip_address_count end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17090 17091 17092 |
# File 'sig/types.rbs', line 17090 def subnet_id @subnet_id end |