Method: Aws::Redshift::Types::ReadWriteAccess#authorization

Defined in:
lib/aws-sdk-redshift/types.rb

#authorizationString

Determines whether the read/write scope is enabled or disabled.

Returns:

  • (String)


9888
9889
9890
9891
9892
# File 'lib/aws-sdk-redshift/types.rb', line 9888

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