Class: Aws::Types::RejectClientVpcConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectClientVpcConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def cluster_arn @cluster_arn end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def vpc_connection_arn @vpc_connection_arn end |