Class: Aws::Types::StartExportTaskMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartExportTaskMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_only ⇒ ::Array[::String]
Returns the value of attribute export_only.
-
#export_task_identifier ⇒ ::String
Returns the value of attribute export_task_identifier.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#export_only ⇒ ::Array[::String]
Returns the value of attribute export_only.
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.
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.
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.
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.
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.
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.
4311 4312 4313 |
# File 'sig/types.rbs', line 4311 def source_arn @source_arn end |