Class: Aws::QuickSight::Types::DescribeVPCConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeVPCConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID of the account that contains the VPC connection that you want described.
-
#vpc_connection_id ⇒ String
The ID of the VPC connection that you’re creating.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID of the account that contains the VPC connection that you want described.
14588 14589 14590 14591 14592 14593 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14588 class DescribeVPCConnectionRequest < Struct.new( :aws_account_id, :vpc_connection_id) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_id ⇒ String
The ID of the VPC connection that you’re creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
14588 14589 14590 14591 14592 14593 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14588 class DescribeVPCConnectionRequest < Struct.new( :aws_account_id, :vpc_connection_id) SENSITIVE = [] include Aws::Structure end |