Class: Aws::Types::InternetGatewayAttachment
- Inherits:
-
Object
- Object
- Aws::Types::InternetGatewayAttachment
- 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.
11895 11896 11897 |
# File 'sig/types.rbs', line 11895 def state @state end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
11896 11897 11898 |
# File 'sig/types.rbs', line 11896 def vpc_id @vpc_id end |