Class: Aws::Types::DeleteVPCConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVPCConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4222 4223 4224 |
# File 'sig/types.rbs', line 4222 def aws_account_id @aws_account_id end |
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
4223 4224 4225 |
# File 'sig/types.rbs', line 4223 def vpc_connection_id @vpc_connection_id end |