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

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

#next_tokenString

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

Returns:

  • (String)


23512
23513
23514
23515
23516
23517
23518
23519
# File 'lib/aws-sdk-quicksight/types.rb', line 23512

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)


23512
23513
23514
23515
23516
23517
23518
23519
# File 'lib/aws-sdk-quicksight/types.rb', line 23512

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)


23512
23513
23514
23515
23516
23517
23518
23519
# File 'lib/aws-sdk-quicksight/types.rb', line 23512

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:



23512
23513
23514
23515
23516
23517
23518
23519
# File 'lib/aws-sdk-quicksight/types.rb', line 23512

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