Class: Aws::Types::SecondaryInterfaceAttachment
- Inherits:
-
Object
- Object
- Aws::Types::SecondaryInterfaceAttachment
- 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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_owner_id ⇒ ::String
Returns the value of attribute instance_owner_id.
-
#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.
17173 17174 17175 |
# File 'sig/types.rbs', line 17173 def attach_time @attach_time end |
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
17172 17173 17174 |
# File 'sig/types.rbs', line 17172 def @attachment_id end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
17174 17175 17176 |
# File 'sig/types.rbs', line 17174 def delete_on_termination @delete_on_termination end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
17175 17176 17177 |
# File 'sig/types.rbs', line 17175 def device_index @device_index end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
17176 17177 17178 |
# File 'sig/types.rbs', line 17176 def instance_id @instance_id end |
#instance_owner_id ⇒ ::String
Returns the value of attribute instance_owner_id.
17177 17178 17179 |
# File 'sig/types.rbs', line 17177 def instance_owner_id @instance_owner_id end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
17178 17179 17180 |
# File 'sig/types.rbs', line 17178 def network_card_index @network_card_index end |
#status ⇒ "attaching", ...
Returns the value of attribute status.
17179 17180 17181 |
# File 'sig/types.rbs', line 17179 def status @status end |