Class: Aws::RDS::Types::DescribeIntegrationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integrationsArray<Types::Integration>

A list of integrations.

Returns:



14339
14340
14341
14342
14343
14344
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14339

class DescribeIntegrationsResponse < Struct.new(
  :marker,
  :integrations)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

A pagination token that can be used in a later DescribeIntegrations request.

Returns:

  • (String)


14339
14340
14341
14342
14343
14344
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14339

class DescribeIntegrationsResponse < Struct.new(
  :marker,
  :integrations)
  SENSITIVE = []
  include Aws::Structure
end