Class: Aws::QuickSight::Types::DeleteVPCConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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 where you want to delete a VPC connection.

Returns:

  • (String)


10610
10611
10612
10613
10614
10615
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10610

class DeleteVPCConnectionRequest < 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)


10610
10611
10612
10613
10614
10615
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10610

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