Class: Aws::Types::Attachment
- Inherits:
-
Object
- Object
- Aws::Types::Attachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def endpoint_id @endpoint_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
127 128 129 |
# File 'sig/types.rbs', line 127 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
128 129 130 |
# File 'sig/types.rbs', line 128 def @status_message end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def subnet_id @subnet_id end |