Class: Aws::QuickSight::Types::DeleteVPCConnectionResponse

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

#arnString

The Amazon Resource Name (ARN) of the deleted VPC connection.

Returns:

  • (String)


11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
# File 'lib/aws-sdk-quicksight/types.rb', line 11150

class DeleteVPCConnectionResponse < Struct.new(
  :arn,
  :vpc_connection_id,
  :deletion_status,
  :availability_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#availability_statusString

The availability status of the VPC connection.

Returns:

  • (String)


11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
# File 'lib/aws-sdk-quicksight/types.rb', line 11150

class DeleteVPCConnectionResponse < Struct.new(
  :arn,
  :vpc_connection_id,
  :deletion_status,
  :availability_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_statusString

The deletion status of the VPC connection.

Returns:

  • (String)


11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
# File 'lib/aws-sdk-quicksight/types.rb', line 11150

class DeleteVPCConnectionResponse < Struct.new(
  :arn,
  :vpc_connection_id,
  :deletion_status,
  :availability_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
# File 'lib/aws-sdk-quicksight/types.rb', line 11150

class DeleteVPCConnectionResponse < Struct.new(
  :arn,
  :vpc_connection_id,
  :deletion_status,
  :availability_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
# File 'lib/aws-sdk-quicksight/types.rb', line 11150

class DeleteVPCConnectionResponse < Struct.new(
  :arn,
  :vpc_connection_id,
  :deletion_status,
  :availability_status,
  :request_id,
  :status)
  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)


11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
# File 'lib/aws-sdk-quicksight/types.rb', line 11150

class DeleteVPCConnectionResponse < Struct.new(
  :arn,
  :vpc_connection_id,
  :deletion_status,
  :availability_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end