Class: Aws::Types::VpcClassicLink
- Inherits:
-
Object
- Object
- Aws::Types::VpcClassicLink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classic_link_enabled ⇒ Boolean
Returns the value of attribute classic_link_enabled.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#classic_link_enabled ⇒ Boolean
Returns the value of attribute classic_link_enabled.
19338 19339 19340 |
# File 'sig/types.rbs', line 19338 def classic_link_enabled @classic_link_enabled end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19339 19340 19341 |
# File 'sig/types.rbs', line 19339 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19340 19341 19342 |
# File 'sig/types.rbs', line 19340 def vpc_id @vpc_id end |