Class: Aws::QuickSight::Types::ListVPCConnectionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20175

class ListVPCConnectionsResponse < Struct.new(
  :vpc_connection_summaries,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20175

class ListVPCConnectionsResponse < Struct.new(
  :vpc_connection_summaries,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20175

class ListVPCConnectionsResponse < Struct.new(
  :vpc_connection_summaries,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_summariesArray<Types::VPCConnectionSummary>

A VPCConnectionSummaries object that returns a summary of VPC connection objects.

Returns:



20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20175

class ListVPCConnectionsResponse < Struct.new(
  :vpc_connection_summaries,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end