Class: Aws::Redshift::Types::RevokeSnapshotAccessMessage

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

#account_with_restore_accessString

The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.

Returns:

  • (String)


10786
10787
10788
10789
10790
10791
10792
10793
# File 'lib/aws-sdk-redshift/types.rb', line 10786

class RevokeSnapshotAccessMessage < Struct.new(
  :snapshot_identifier,
  :snapshot_arn,
  :snapshot_cluster_identifier,
  :account_with_restore_access)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_arnString

The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.

Returns:

  • (String)


10786
10787
10788
10789
10790
10791
10792
10793
# File 'lib/aws-sdk-redshift/types.rb', line 10786

class RevokeSnapshotAccessMessage < Struct.new(
  :snapshot_identifier,
  :snapshot_arn,
  :snapshot_cluster_identifier,
  :account_with_restore_access)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_cluster_identifierString

The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

Returns:

  • (String)


10786
10787
10788
10789
10790
10791
10792
10793
# File 'lib/aws-sdk-redshift/types.rb', line 10786

class RevokeSnapshotAccessMessage < Struct.new(
  :snapshot_identifier,
  :snapshot_arn,
  :snapshot_cluster_identifier,
  :account_with_restore_access)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_identifierString

The identifier of the snapshot that the account can no longer access.

Returns:

  • (String)


10786
10787
10788
10789
10790
10791
10792
10793
# File 'lib/aws-sdk-redshift/types.rb', line 10786

class RevokeSnapshotAccessMessage < Struct.new(
  :snapshot_identifier,
  :snapshot_arn,
  :snapshot_cluster_identifier,
  :account_with_restore_access)
  SENSITIVE = []
  include Aws::Structure
end