Class: Aws::Types::CreateVpcConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication ⇒ ::String
Returns the value of attribute authentication.
-
#client_subnets ⇒ ::Array[::String]
Returns the value of attribute client_subnets.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_cluster_arn ⇒ ::String
Returns the value of attribute target_cluster_arn.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#authentication ⇒ ::String
Returns the value of attribute authentication.
401 402 403 |
# File 'sig/types.rbs', line 401 def authentication @authentication end |
#client_subnets ⇒ ::Array[::String]
Returns the value of attribute client_subnets.
403 404 405 |
# File 'sig/types.rbs', line 403 def client_subnets @client_subnets end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
404 405 406 |
# File 'sig/types.rbs', line 404 def security_groups @security_groups end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
405 406 407 |
# File 'sig/types.rbs', line 405 def @tags end |
#target_cluster_arn ⇒ ::String
Returns the value of attribute target_cluster_arn.
400 401 402 |
# File 'sig/types.rbs', line 400 def target_cluster_arn @target_cluster_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
402 403 404 |
# File 'sig/types.rbs', line 402 def vpc_id @vpc_id end |