Class: Aws::Types::InstanceSecondaryInterfaceAttachment
- Inherits:
-
Object
- Object
- Aws::Types::InstanceSecondaryInterfaceAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attach_time ⇒ ::Time
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.
-
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
-
#status ⇒ "attaching", ...
Returns the value of attribute status.
Instance Attribute Details
#attach_time ⇒ ::Time
Returns the value of attribute attach_time.
11985 11986 11987 |
# File 'sig/types.rbs', line 11985 def attach_time @attach_time end |
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
11986 11987 11988 |
# File 'sig/types.rbs', line 11986 def @attachment_id end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
11987 11988 11989 |
# File 'sig/types.rbs', line 11987 def delete_on_termination @delete_on_termination end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
11988 11989 11990 |
# File 'sig/types.rbs', line 11988 def device_index @device_index end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
11990 11991 11992 |
# File 'sig/types.rbs', line 11990 def network_card_index @network_card_index end |
#status ⇒ "attaching", ...
Returns the value of attribute status.
11989 11990 11991 |
# File 'sig/types.rbs', line 11989 def status @status end |