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.
9554 9555 9556 9557 9558 |
# File 'lib/aws-sdk-redshift/types.rb', line 9554 class ReadWriteAccess < Struct.new( :authorization) SENSITIVE = [] include Aws::Structure end |