Class: Aws::Redshift::Types::RevokeSnapshotAccessResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RevokeSnapshotAccessResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::Snapshot
Describes a snapshot.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
Describes a snapshot.
11081 11082 11083 11084 11085 |
# File 'lib/aws-sdk-redshift/types.rb', line 11081 class RevokeSnapshotAccessResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |