Class: Aws::QuickSight::Types::CreateVPCConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateVPCConnectionResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the VPC connection.
-
#availability_status ⇒ String
The availability status of the VPC connection.
-
#creation_status ⇒ String
The status of the creation of the VPC connection.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#vpc_connection_id ⇒ String
The ID for the VPC connection that you're creating.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the VPC connection.
7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7400 class CreateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :creation_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#availability_status ⇒ String
The availability status of the VPC connection.
7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7400 class CreateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :creation_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#creation_status ⇒ String
The status of the creation of the VPC connection.
7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7400 class CreateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :creation_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7400 class CreateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :creation_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7400 class CreateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :creation_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_id ⇒ String
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.
7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7400 class CreateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :creation_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |