Class: Aws::QuickSight::Types::CreateVPCConnectionResponse

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 VPC connection.



7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'lib/aws-sdk-quicksight/types.rb', line 7406

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

#availability_statusString

The availability status of the VPC connection.



7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'lib/aws-sdk-quicksight/types.rb', line 7406

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

#creation_statusString

The status of the creation of the VPC connection.



7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'lib/aws-sdk-quicksight/types.rb', line 7406

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

#request_idString

The Amazon Web Services request ID for this operation.



7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'lib/aws-sdk-quicksight/types.rb', line 7406

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

#statusInteger

The HTTP status of the request.



7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'lib/aws-sdk-quicksight/types.rb', line 7406

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

#vpc_connection_idString

The ID for the VPC connection that you’re creating. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.



7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'lib/aws-sdk-quicksight/types.rb', line 7406

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