Class: Aws::Types::CreateVpcLinkInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcLinkInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
735 736 737 |
# File 'sig/types.rbs', line 735 def name @name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
736 737 738 |
# File 'sig/types.rbs', line 736 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
737 738 739 |
# File 'sig/types.rbs', line 737 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
738 739 740 |
# File 'sig/types.rbs', line 738 def end |