Class: Aws::EC2::Types::SecondaryInterfaceAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SecondaryInterfaceAttachment
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the attachment of a secondary interface to an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attach_time ⇒ Time
The timestamp when the attachment was created.
-
#attachment_id ⇒ String
The ID of the attachment.
-
#delete_on_termination ⇒ Boolean
Indicates whether the secondary interface is deleted when the instance is terminated.
-
#device_index ⇒ Integer
The device index of the secondary interface.
-
#instance_id ⇒ String
The ID of the instance to which the secondary interface is attached.
-
#instance_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the instance.
-
#network_card_index ⇒ Integer
The index of the network card.
-
#status ⇒ String
The attachment state.
Instance Attribute Details
#attach_time ⇒ Time
The timestamp when the attachment was created.
78200 78201 78202 78203 78204 78205 78206 78207 78208 78209 78210 78211 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78200 class SecondaryInterfaceAttachment < Struct.new( :attachment_id, :attach_time, :delete_on_termination, :device_index, :instance_id, :instance_owner_id, :network_card_index, :status) SENSITIVE = [] include Aws::Structure end |
#attachment_id ⇒ String
The ID of the attachment.
78200 78201 78202 78203 78204 78205 78206 78207 78208 78209 78210 78211 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78200 class SecondaryInterfaceAttachment < Struct.new( :attachment_id, :attach_time, :delete_on_termination, :device_index, :instance_id, :instance_owner_id, :network_card_index, :status) SENSITIVE = [] include Aws::Structure end |
#delete_on_termination ⇒ Boolean
Indicates whether the secondary interface is deleted when the instance is terminated.
The only supported value for this field is true.
78200 78201 78202 78203 78204 78205 78206 78207 78208 78209 78210 78211 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78200 class SecondaryInterfaceAttachment < Struct.new( :attachment_id, :attach_time, :delete_on_termination, :device_index, :instance_id, :instance_owner_id, :network_card_index, :status) SENSITIVE = [] include Aws::Structure end |
#device_index ⇒ Integer
The device index of the secondary interface.
78200 78201 78202 78203 78204 78205 78206 78207 78208 78209 78210 78211 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78200 class SecondaryInterfaceAttachment < Struct.new( :attachment_id, :attach_time, :delete_on_termination, :device_index, :instance_id, :instance_owner_id, :network_card_index, :status) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance to which the secondary interface is attached.
78200 78201 78202 78203 78204 78205 78206 78207 78208 78209 78210 78211 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78200 class SecondaryInterfaceAttachment < Struct.new( :attachment_id, :attach_time, :delete_on_termination, :device_index, :instance_id, :instance_owner_id, :network_card_index, :status) SENSITIVE = [] include Aws::Structure end |
#instance_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the instance.
78200 78201 78202 78203 78204 78205 78206 78207 78208 78209 78210 78211 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78200 class SecondaryInterfaceAttachment < Struct.new( :attachment_id, :attach_time, :delete_on_termination, :device_index, :instance_id, :instance_owner_id, :network_card_index, :status) SENSITIVE = [] include Aws::Structure end |
#network_card_index ⇒ Integer
The index of the network card.
78200 78201 78202 78203 78204 78205 78206 78207 78208 78209 78210 78211 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78200 class SecondaryInterfaceAttachment < Struct.new( :attachment_id, :attach_time, :delete_on_termination, :device_index, :instance_id, :instance_owner_id, :network_card_index, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The attachment state.
78200 78201 78202 78203 78204 78205 78206 78207 78208 78209 78210 78211 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78200 class SecondaryInterfaceAttachment < Struct.new( :attachment_id, :attach_time, :delete_on_termination, :device_index, :instance_id, :instance_owner_id, :network_card_index, :status) SENSITIVE = [] include Aws::Structure end |