Class: Aws::Types::JobOperation
- Inherits:
-
Object
- Object
- Aws::Types::JobOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lambda_invoke ⇒ Types::LambdaInvokeOperation
Returns the value of attribute lambda_invoke.
-
#s3_compute_object_checksum ⇒ Types::S3ComputeObjectChecksumOperation
Returns the value of attribute s3_compute_object_checksum.
-
#s3_delete_object_tagging ⇒ Types::S3DeleteObjectTaggingOperation
Returns the value of attribute s3_delete_object_tagging.
-
#s3_initiate_restore_object ⇒ Types::S3InitiateRestoreObjectOperation
Returns the value of attribute s3_initiate_restore_object.
-
#s3_put_object_acl ⇒ Types::S3SetObjectAclOperation
Returns the value of attribute s3_put_object_acl.
-
#s3_put_object_copy ⇒ Types::S3CopyObjectOperation
Returns the value of attribute s3_put_object_copy.
-
#s3_put_object_legal_hold ⇒ Types::S3SetObjectLegalHoldOperation
Returns the value of attribute s3_put_object_legal_hold.
-
#s3_put_object_retention ⇒ Types::S3SetObjectRetentionOperation
Returns the value of attribute s3_put_object_retention.
-
#s3_put_object_tagging ⇒ Types::S3SetObjectTaggingOperation
Returns the value of attribute s3_put_object_tagging.
-
#s3_replicate_object ⇒ Types::S3ReplicateObjectOperation
Returns the value of attribute s3_replicate_object.
-
#s3_update_object_encryption ⇒ Types::S3UpdateObjectEncryptionOperation
Returns the value of attribute s3_update_object_encryption.
Instance Attribute Details
#lambda_invoke ⇒ Types::LambdaInvokeOperation
Returns the value of attribute lambda_invoke.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def lambda_invoke @lambda_invoke end |
#s3_compute_object_checksum ⇒ Types::S3ComputeObjectChecksumOperation
Returns the value of attribute s3_compute_object_checksum.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def s3_compute_object_checksum @s3_compute_object_checksum end |
#s3_delete_object_tagging ⇒ Types::S3DeleteObjectTaggingOperation
Returns the value of attribute s3_delete_object_tagging.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def s3_delete_object_tagging @s3_delete_object_tagging end |
#s3_initiate_restore_object ⇒ Types::S3InitiateRestoreObjectOperation
Returns the value of attribute s3_initiate_restore_object.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def s3_initiate_restore_object @s3_initiate_restore_object end |
#s3_put_object_acl ⇒ Types::S3SetObjectAclOperation
Returns the value of attribute s3_put_object_acl.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def s3_put_object_acl @s3_put_object_acl end |
#s3_put_object_copy ⇒ Types::S3CopyObjectOperation
Returns the value of attribute s3_put_object_copy.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def s3_put_object_copy @s3_put_object_copy end |
#s3_put_object_legal_hold ⇒ Types::S3SetObjectLegalHoldOperation
Returns the value of attribute s3_put_object_legal_hold.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def s3_put_object_legal_hold @s3_put_object_legal_hold end |
#s3_put_object_retention ⇒ Types::S3SetObjectRetentionOperation
Returns the value of attribute s3_put_object_retention.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def s3_put_object_retention @s3_put_object_retention end |
#s3_put_object_tagging ⇒ Types::S3SetObjectTaggingOperation
Returns the value of attribute s3_put_object_tagging.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def s3_put_object_tagging @s3_put_object_tagging end |
#s3_replicate_object ⇒ Types::S3ReplicateObjectOperation
Returns the value of attribute s3_replicate_object.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def s3_replicate_object @s3_replicate_object end |
#s3_update_object_encryption ⇒ Types::S3UpdateObjectEncryptionOperation
Returns the value of attribute s3_update_object_encryption.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def s3_update_object_encryption @s3_update_object_encryption end |