Class: Aws::Redshift::Types::AccountWithRestoreAccess

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes an AWS customer account authorized to restore a snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#account_aliasString

The identifier of an AWS support account authorized to restore a snapshot. For AWS support, the identifier is ‘amazon-redshift-support`.

Returns:

  • (String)


95
96
97
98
99
# File 'lib/aws-sdk-redshift/types.rb', line 95

class AccountWithRestoreAccess < Struct.new(
  :account_id,
  :account_alias)
  include Aws::Structure
end

#account_idString

The identifier of an AWS customer account authorized to restore a snapshot.

Returns:

  • (String)


95
96
97
98
99
# File 'lib/aws-sdk-redshift/types.rb', line 95

class AccountWithRestoreAccess < Struct.new(
  :account_id,
  :account_alias)
  include Aws::Structure
end