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)


1009
1010
1011
1012
1013
1014
1015
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1009

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)


1009
1010
1011
1012
1013
1014
1015
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1009

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)


1009
1010
1011
1012
1013
1014
1015
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1009

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