Class: Aws::Types::StartExportTaskMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_only::Array[::String]

Returns the value of attribute export_only.

Returns:

  • (::Array[::String])


4316
4317
4318
# File 'sig/types.rbs', line 4316

def export_only
  @export_only
end

#export_task_identifier::String

Returns the value of attribute export_task_identifier.

Returns:

  • (::String)


4310
4311
4312
# File 'sig/types.rbs', line 4310

def export_task_identifier
  @export_task_identifier
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


4313
4314
4315
# File 'sig/types.rbs', line 4313

def iam_role_arn
  @iam_role_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


4314
4315
4316
# File 'sig/types.rbs', line 4314

def kms_key_id
  @kms_key_id
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


4312
4313
4314
# File 'sig/types.rbs', line 4312

def s3_bucket_name
  @s3_bucket_name
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


4315
4316
4317
# File 'sig/types.rbs', line 4315

def s3_prefix
  @s3_prefix
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


4311
4312
4313
# File 'sig/types.rbs', line 4311

def source_arn
  @source_arn
end