Class: Aws::QuickSight::Types::UpdateVPCConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateVPCConnectionResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#update_status ⇒ String
The update status of the VPC connection’s last update.
-
#vpc_connection_id ⇒ String
The ID of the VPC connection that you are updating.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the VPC connection.
35932 35933 35934 35935 35936 35937 35938 35939 35940 35941 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35932 class UpdateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :update_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#availability_status ⇒ String
The availability status of the VPC connection.
35932 35933 35934 35935 35936 35937 35938 35939 35940 35941 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35932 class UpdateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :update_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
35932 35933 35934 35935 35936 35937 35938 35939 35940 35941 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35932 class UpdateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :update_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
35932 35933 35934 35935 35936 35937 35938 35939 35940 35941 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35932 class UpdateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :update_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#update_status ⇒ String
The update status of the VPC connection’s last update.
35932 35933 35934 35935 35936 35937 35938 35939 35940 35941 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35932 class UpdateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :update_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_id ⇒ String
The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.
35932 35933 35934 35935 35936 35937 35938 35939 35940 35941 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35932 class UpdateVPCConnectionResponse < Struct.new( :arn, :vpc_connection_id, :update_status, :availability_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |