Class: Aws::Types::DescribeVPCConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVPCConnectionRequest
- 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.
5224 5225 5226 |
# File 'sig/types.rbs', line 5224 def aws_account_id @aws_account_id end |
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
5225 5226 5227 |
# File 'sig/types.rbs', line 5225 def vpc_connection_id @vpc_connection_id end |