Class: Aws::Redshift::Types::Connect
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::Connect
- Defined in:
- gems/aws-sdk-redshift/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.
1829 1830 1831 1832 1833 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1829 class Connect < Struct.new( :authorization) SENSITIVE = [] include Aws::Structure end |