Class: Aws::Redshift::Types::AuthorizeSnapshotAccessMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::AuthorizeSnapshotAccessMessage
- Defined in:
- gems/aws-sdk-redshift/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 authorized to restore the specified snapshot.
-
#snapshot_arn ⇒ String
The Amazon Resource Name (ARN) of the snapshot to authorize access to.
-
#snapshot_cluster_identifier ⇒ String
The identifier of the cluster the snapshot was created from.
-
#snapshot_identifier ⇒ String
The identifier of the snapshot the account is authorized to restore.
Instance Attribute Details
#account_with_restore_access ⇒ String
The identifier of the Amazon Web Services account authorized to restore the specified snapshot.
To share a snapshot with Amazon Web Services Support, specify amazon-redshift-support.
354 355 356 357 358 359 360 361 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 354 class AuthorizeSnapshotAccessMessage < 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 to authorize access to.
354 355 356 357 358 359 360 361 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 354 class AuthorizeSnapshotAccessMessage < 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 or role has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
354 355 356 357 358 359 360 361 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 354 class AuthorizeSnapshotAccessMessage < 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 the account is authorized to restore.
354 355 356 357 358 359 360 361 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 354 class AuthorizeSnapshotAccessMessage < Struct.new( :snapshot_identifier, :snapshot_arn, :snapshot_cluster_identifier, :account_with_restore_access) SENSITIVE = [] include Aws::Structure end |