Class: Aws::RedshiftServerless::Types::GetSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetSnapshotRequest
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#owner_account ⇒ String
The owner Amazon Web Services account of a snapshot shared with another user.
-
#snapshot_arn ⇒ String
The Amazon Resource Name (ARN) of the snapshot to return.
-
#snapshot_name ⇒ String
The name of the snapshot to return.
Instance Attribute Details
#owner_account ⇒ String
The owner Amazon Web Services account of a snapshot shared with another user.
1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1296 class GetSnapshotRequest < Struct.new( :owner_account, :snapshot_arn, :snapshot_name) SENSITIVE = [] include Aws::Structure end |
#snapshot_arn ⇒ String
The Amazon Resource Name (ARN) of the snapshot to return.
1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1296 class GetSnapshotRequest < Struct.new( :owner_account, :snapshot_arn, :snapshot_name) SENSITIVE = [] include Aws::Structure end |
#snapshot_name ⇒ String
The name of the snapshot to return.
1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1296 class GetSnapshotRequest < Struct.new( :owner_account, :snapshot_arn, :snapshot_name) SENSITIVE = [] include Aws::Structure end |