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.
394 395 396 |
# File 'sig/types.rbs', line 394 def authentication @authentication end |
#client_subnets ⇒ ::Array[::String]
Returns the value of attribute client_subnets.
396 397 398 |
# File 'sig/types.rbs', line 396 def client_subnets @client_subnets end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
397 398 399 |
# File 'sig/types.rbs', line 397 def security_groups @security_groups end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
398 399 400 |
# File 'sig/types.rbs', line 398 def @tags end |
#target_cluster_arn ⇒ ::String
Returns the value of attribute target_cluster_arn.
393 394 395 |
# File 'sig/types.rbs', line 393 def target_cluster_arn @target_cluster_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
395 396 397 |
# File 'sig/types.rbs', line 395 def vpc_id @vpc_id end |