Class: Aws::Redshift::Types::RevokeSnapshotAccessMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RevokeSnapshotAccessMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_with_restore_access ⇒ String
The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.
-
#snapshot_arn ⇒ String
The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
-
#snapshot_cluster_identifier ⇒ String
The identifier of the cluster the snapshot was created from.
-
#snapshot_identifier ⇒ String
The identifier of the snapshot that the account can no longer access.
Instance Attribute Details
#account_with_restore_access ⇒ String
The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.
11066 11067 11068 11069 11070 11071 11072 11073 |
# File 'lib/aws-sdk-redshift/types.rb', line 11066 class RevokeSnapshotAccessMessage < Struct.new( :snapshot_identifier, :snapshot_arn, :snapshot_cluster_identifier, :account_with_restore_access) SENSITIVE = [] include Aws::Structure end |
#snapshot_arn ⇒ String
The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
11066 11067 11068 11069 11070 11071 11072 11073 |
# File 'lib/aws-sdk-redshift/types.rb', line 11066 class RevokeSnapshotAccessMessage < Struct.new( :snapshot_identifier, :snapshot_arn, :snapshot_cluster_identifier, :account_with_restore_access) SENSITIVE = [] include Aws::Structure end |
#snapshot_cluster_identifier ⇒ String
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.
11066 11067 11068 11069 11070 11071 11072 11073 |
# File 'lib/aws-sdk-redshift/types.rb', line 11066 class RevokeSnapshotAccessMessage < Struct.new( :snapshot_identifier, :snapshot_arn, :snapshot_cluster_identifier, :account_with_restore_access) SENSITIVE = [] include Aws::Structure end |
#snapshot_identifier ⇒ String
The identifier of the snapshot that the account can no longer access.
11066 11067 11068 11069 11070 11071 11072 11073 |
# File 'lib/aws-sdk-redshift/types.rb', line 11066 class RevokeSnapshotAccessMessage < Struct.new( :snapshot_identifier, :snapshot_arn, :snapshot_cluster_identifier, :account_with_restore_access) SENSITIVE = [] include Aws::Structure end |