Class: Aws::Redshift::Types::ReadWriteAccess

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

The S3 Access Grants scope.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationString

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

Returns:

  • (String)


9632
9633
9634
9635
9636
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9632

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