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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::Snapshot

Describes a snapshot.

Returns:



11081
11082
11083
11084
11085
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11081

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