Class: Aws::QuickSight::Types::DescribeVPCConnectionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account ID of the account that contains the VPC connection that you want described.

Returns:

  • (String)


13138
13139
13140
13141
13142
13143
# File 'lib/aws-sdk-quicksight/types.rb', line 13138

class DescribeVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_idString

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.

Returns:

  • (String)


13138
13139
13140
13141
13142
13143
# File 'lib/aws-sdk-quicksight/types.rb', line 13138

class DescribeVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id)
  SENSITIVE = []
  include Aws::Structure
end