Class: Aws::Redshift::Types::Connect
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::Connect
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
A structure that defines the Amazon Redshift connect service integration scope.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization ⇒ String
Determines whether the Amazon Redshift connect integration is enabled or disabled for the application.
Instance Attribute Details
#authorization ⇒ String
Determines whether the Amazon Redshift connect integration is enabled or disabled for the application.
1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-redshift/types.rb', line 1820 class Connect < Struct.new( :authorization) SENSITIVE = [] include Aws::Structure end |