Class: Aws::QuickSight::Types::ListVPCConnectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListVPCConnectionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#vpc_connection_summaries ⇒ Array<Types::VPCConnectionSummary>
A ‘VPCConnectionSummaries` object that returns a summary of VPC connection objects.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
22078 22079 22080 22081 22082 22083 22084 22085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22078 class ListVPCConnectionsResponse < Struct.new( :vpc_connection_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
22078 22079 22080 22081 22082 22083 22084 22085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22078 class ListVPCConnectionsResponse < Struct.new( :vpc_connection_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
22078 22079 22080 22081 22082 22083 22084 22085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22078 class ListVPCConnectionsResponse < Struct.new( :vpc_connection_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_summaries ⇒ Array<Types::VPCConnectionSummary>
A ‘VPCConnectionSummaries` object that returns a summary of VPC connection objects.
22078 22079 22080 22081 22082 22083 22084 22085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22078 class ListVPCConnectionsResponse < Struct.new( :vpc_connection_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |