Method: Aws::Redshift::Types::ReadWriteAccess#authorization
- Defined in:
- lib/aws-sdk-redshift/types.rb
#authorization ⇒ String
Determines whether the read/write scope is enabled or disabled.
9888 9889 9890 9891 9892 |
# File 'lib/aws-sdk-redshift/types.rb', line 9888 class ReadWriteAccess < Struct.new( :authorization) SENSITIVE = [] include Aws::Structure end |