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:



10791
10792
10793
10794
10795
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10791

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