Class: Aws::Types::StartMailboxExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMailboxExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def description @description end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def entity_id @entity_id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def kms_key_arn @kms_key_arn end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def organization_id @organization_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def role_arn @role_arn end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def s3_bucket_name @s3_bucket_name end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def s3_prefix @s3_prefix end |