Class: Aws::Types::AwsEc2NetworkInterfaceAttachment
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2NetworkInterfaceAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attach_time ⇒ ::String
Returns the value of attribute attach_time.
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_owner_id ⇒ ::String
Returns the value of attribute instance_owner_id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#attach_time ⇒ ::String
Returns the value of attribute attach_time.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def attach_time @attach_time end |
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def @attachment_id end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def delete_on_termination @delete_on_termination end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def device_index @device_index end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def instance_id @instance_id end |
#instance_owner_id ⇒ ::String
Returns the value of attribute instance_owner_id.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def instance_owner_id @instance_owner_id end |
#status ⇒ ::String
Returns the value of attribute status.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def status @status end |