Class: Aws::Types::StartRestoreJobInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_source_tags_to_restored_resourceBoolean

Returns the value of attribute copy_source_tags_to_restored_resource.

Returns:

  • (Boolean)


2200
2201
2202
# File 'sig/types.rbs', line 2200

def copy_source_tags_to_restored_resource
  @copy_source_tags_to_restored_resource
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def iam_role_arn
  @iam_role_arn
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


2198
2199
2200
# File 'sig/types.rbs', line 2198

def idempotency_token
  @idempotency_token
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


2196
2197
2198
# File 'sig/types.rbs', line 2196

def 
  @metadata
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def recovery_point_arn
  @recovery_point_arn
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


2199
2200
2201
# File 'sig/types.rbs', line 2199

def resource_type
  @resource_type
end