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.
19677 19678 19679 |
# File 'sig/types.rbs', line 19677 def classic_link_enabled @classic_link_enabled end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19678 19679 19680 |
# File 'sig/types.rbs', line 19678 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19679 19680 19681 |
# File 'sig/types.rbs', line 19679 def vpc_id @vpc_id end |