Class: Aws::Redshift::Types::ReadWriteAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ReadWriteAccess
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
The S3 Access Grants scope.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization ⇒ String
Determines whether the read/write scope is enabled or disabled.
Instance Attribute Details
#authorization ⇒ String
Determines whether the read/write scope is enabled or disabled.
9861 9862 9863 9864 9865 |
# File 'lib/aws-sdk-redshift/types.rb', line 9861 class ReadWriteAccess < Struct.new( :authorization) SENSITIVE = [] include Aws::Structure end |