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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



14197
14198
14199
14200
14201
14202
# File 'lib/aws-sdk-rds/types.rb', line 14197

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)


14197
14198
14199
14200
14201
14202
# File 'lib/aws-sdk-rds/types.rb', line 14197

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