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.
19011 19012 19013 |
# File 'sig/types.rbs', line 19011 def classic_link_enabled @classic_link_enabled end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19012 19013 19014 |
# File 'sig/types.rbs', line 19012 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19013 19014 19015 |
# File 'sig/types.rbs', line 19013 def vpc_id @vpc_id end |