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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::Snapshot

Describes a snapshot.

Returns:



11190
11191
11192
11193
11194
# File 'lib/aws-sdk-redshift/types.rb', line 11190

class RevokeSnapshotAccessResult < Struct.new(
  :snapshot)
  SENSITIVE = []
  include Aws::Structure
end