Class: Aws::Types::CloudFunctionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CloudFunctionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_function ⇒ ::String
Returns the value of attribute cloud_function.
-
#event ⇒ "s3:ReducedRedundancyLostObject", ...
Returns the value of attribute event.
-
#events ⇒ ::Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete" | "s3:ObjectAnnotation:*" | "s3:ObjectAnnotation:Put" | "s3:ObjectAnnotation:Delete")]
Returns the value of attribute events.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#invocation_role ⇒ ::String
Returns the value of attribute invocation_role.
Instance Attribute Details
#cloud_function ⇒ ::String
Returns the value of attribute cloud_function.
217 218 219 |
# File 'sig/types.rbs', line 217 def cloud_function @cloud_function end |
#event ⇒ "s3:ReducedRedundancyLostObject", ...
Returns the value of attribute event.
215 216 217 |
# File 'sig/types.rbs', line 215 def event @event end |
#events ⇒ ::Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete" | "s3:ObjectAnnotation:*" | "s3:ObjectAnnotation:Put" | "s3:ObjectAnnotation:Delete")]
Returns the value of attribute events.
216 217 218 |
# File 'sig/types.rbs', line 216 def events @events end |
#id ⇒ ::String
Returns the value of attribute id.
214 215 216 |
# File 'sig/types.rbs', line 214 def id @id end |
#invocation_role ⇒ ::String
Returns the value of attribute invocation_role.
218 219 220 |
# File 'sig/types.rbs', line 218 def invocation_role @invocation_role end |