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
DescribeIntegrations
request.
Instance Attribute Details
#integrations ⇒ Array<Types::Integration>
A list of integrations.
14696 14697 14698 14699 14700 14701 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14696 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.
14696 14697 14698 14699 14700 14701 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14696 class DescribeIntegrationsResponse < Struct.new( :marker, :integrations) SENSITIVE = [] include Aws::Structure end |