Class: Aws::Backup::Types::CreateLegalHoldOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The time when the legal hold was created.

Returns:

  • (Time)


2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

class CreateLegalHoldOutput < Struct.new(
  :title,
  :status,
  :description,
  :legal_hold_id,
  :legal_hold_arn,
  :creation_date,
  :recovery_point_selection)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the legal hold.

Returns:

  • (String)


2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

class CreateLegalHoldOutput < Struct.new(
  :title,
  :status,
  :description,
  :legal_hold_id,
  :legal_hold_arn,
  :creation_date,
  :recovery_point_selection)
  SENSITIVE = []
  include Aws::Structure
end

The Amazon Resource Name (ARN) of the legal hold.

Returns:

  • (String)


2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

class CreateLegalHoldOutput < Struct.new(
  :title,
  :status,
  :description,
  :legal_hold_id,
  :legal_hold_arn,
  :creation_date,
  :recovery_point_selection)
  SENSITIVE = []
  include Aws::Structure
end

The ID of the legal hold.

Returns:

  • (String)


2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

class CreateLegalHoldOutput < Struct.new(
  :title,
  :status,
  :description,
  :legal_hold_id,
  :legal_hold_arn,
  :creation_date,
  :recovery_point_selection)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_point_selectionTypes::RecoveryPointSelection

The criteria to assign to a set of resources, such as resource types or backup vaults.



2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

class CreateLegalHoldOutput < Struct.new(
  :title,
  :status,
  :description,
  :legal_hold_id,
  :legal_hold_arn,
  :creation_date,
  :recovery_point_selection)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the legal hold.

Returns:

  • (String)


2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

class CreateLegalHoldOutput < Struct.new(
  :title,
  :status,
  :description,
  :legal_hold_id,
  :legal_hold_arn,
  :creation_date,
  :recovery_point_selection)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the legal hold.

Returns:

  • (String)


2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

class CreateLegalHoldOutput < Struct.new(
  :title,
  :status,
  :description,
  :legal_hold_id,
  :legal_hold_arn,
  :creation_date,
  :recovery_point_selection)
  SENSITIVE = []
  include Aws::Structure
end