Class: Aws::RDS::Types::DescribeIntegrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeIntegrationsResponse
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integrations ⇒ Array<Types::Integration>
A list of integrations.
-
#marker ⇒ String
A pagination token that can be used in a later
DescribeIntegrationsrequest.
Instance Attribute Details
#integrations ⇒ Array<Types::Integration>
A list of integrations.
15190 15191 15192 15193 15194 15195 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15190 class DescribeIntegrationsResponse < Struct.new( :marker, :integrations) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
A pagination token that can be used in a later
DescribeIntegrations request.
15190 15191 15192 15193 15194 15195 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15190 class DescribeIntegrationsResponse < Struct.new( :marker, :integrations) SENSITIVE = [] include Aws::Structure end |