Class: Aws::Types::CreateVpcLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcLinkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_arns ⇒ ::Array[::String]
Returns the value of attribute target_arns.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
292 293 294 |
# File 'sig/types.rbs', line 292 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
291 292 293 |
# File 'sig/types.rbs', line 291 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
294 295 296 |
# File 'sig/types.rbs', line 294 def end |
#target_arns ⇒ ::Array[::String]
Returns the value of attribute target_arns.
293 294 295 |
# File 'sig/types.rbs', line 293 def target_arns @target_arns end |