Class: Aws::Types::VpcAttachment
- Inherits:
-
Object
- Object
- Aws::Types::VpcAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "attaching", ...
Returns the value of attribute state.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#state ⇒ "attaching", ...
Returns the value of attribute state.
19295 19296 19297 |
# File 'sig/types.rbs', line 19295 def state @state end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19294 19295 19296 |
# File 'sig/types.rbs', line 19294 def vpc_id @vpc_id end |