Class: Aws::Redshift::Types::RevokeSnapshotAccessResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::Snapshot

Describes a snapshot.

Returns:



7398
7399
7400
7401
# File 'lib/aws-sdk-redshift/types.rb', line 7398

class RevokeSnapshotAccessResult < Struct.new(
  :snapshot)
  include Aws::Structure
end