Class: Aws::Redshift::Types::Connect

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authorizationString

Determines whether the Amazon Redshift connect integration is enabled or disabled for the application.

Returns:

  • (String)


1820
1821
1822
1823
1824
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1820

class Connect < Struct.new(
  :authorization)
  SENSITIVE = []
  include Aws::Structure
end