Class: Aws::RedshiftServerless::Types::GetSnapshotRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#owner_accountString

The owner Amazon Web Services account of a snapshot shared with another user.

Returns:

  • (String)


1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1277

class GetSnapshotRequest < Struct.new(
  :owner_account,
  :snapshot_arn,
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_arnString

The Amazon Resource Name (ARN) of the snapshot to return.

Returns:

  • (String)


1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1277

class GetSnapshotRequest < Struct.new(
  :owner_account,
  :snapshot_arn,
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_nameString

The name of the snapshot to return.

Returns:

  • (String)


1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1277

class GetSnapshotRequest < Struct.new(
  :owner_account,
  :snapshot_arn,
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end