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.
18968 18969 18970 |
# File 'sig/types.rbs', line 18968 def state @state end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
18967 18968 18969 |
# File 'sig/types.rbs', line 18967 def vpc_id @vpc_id end |