Class: Aws::Types::S3Action
- Inherits:
-
Object
- Object
- Aws::Types::S3Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
-
#s3_sse_kms_key_id ⇒ ::String
Returns the value of attribute s3_sse_kms_key_id.
Instance Attribute Details
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def action_failure_policy @action_failure_policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def role_arn @role_arn end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def s3_bucket @s3_bucket end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def s3_prefix @s3_prefix end |
#s3_sse_kms_key_id ⇒ ::String
Returns the value of attribute s3_sse_kms_key_id.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def s3_sse_kms_key_id @s3_sse_kms_key_id end |