Class: Aws::Types::ModelInvocationJobS3OutputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelInvocationJobS3OutputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
-
#s3_encryption_key_id ⇒ ::String
Returns the value of attribute s3_encryption_key_id.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
3057 3058 3059 |
# File 'sig/types.rbs', line 3057 def s3_bucket_owner @s3_bucket_owner end |
#s3_encryption_key_id ⇒ ::String
Returns the value of attribute s3_encryption_key_id.
3056 3057 3058 |
# File 'sig/types.rbs', line 3056 def s3_encryption_key_id @s3_encryption_key_id end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def s3_uri @s3_uri end |