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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1275
1276
1277
1278
1279
1280
1281
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1275

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)


1275
1276
1277
1278
1279
1280
1281
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1275

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)


1275
1276
1277
1278
1279
1280
1281
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1275

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