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

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

Overview

Describes an Amazon Web Services account authorized to restore a snapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_aliasString

The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier is amazon-redshift-support.

Returns:

  • (String)


104
105
106
107
108
109
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 104

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

#account_idString

The identifier of an Amazon Web Services account authorized to restore a snapshot.

Returns:

  • (String)


104
105
106
107
108
109
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 104

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