Class: Aws::Redshift::Types::ReadWriteAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ReadWriteAccess
- 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
-
#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.
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 |