Class: Aws::Types::CreateVpcConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_connector_name ⇒ ::String
Returns the value of attribute vpc_connector_name.
Instance Attribute Details
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
169 170 171 |
# File 'sig/types.rbs', line 169 def security_groups @security_groups end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
168 169 170 |
# File 'sig/types.rbs', line 168 def subnets @subnets end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
170 171 172 |
# File 'sig/types.rbs', line 170 def end |
#vpc_connector_name ⇒ ::String
Returns the value of attribute vpc_connector_name.
167 168 169 |
# File 'sig/types.rbs', line 167 def vpc_connector_name @vpc_connector_name end |