Class: Aws::Types::QueueConfigurationDeprecated

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#event"s3:ReducedRedundancyLostObject", ...

Returns the value of attribute event.

Returns:



2663
2664
2665
# File 'sig/types.rbs', line 2663

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" | "s3:ObjectRetention:Put")]

Returns the value of attribute events.

Returns:



2664
2665
2666
# File 'sig/types.rbs', line 2664

def events
  @events
end

#id::String

Returns the value of attribute id.

Returns:



2662
2663
2664
# File 'sig/types.rbs', line 2662

def id
  @id
end

#queue::String

Returns the value of attribute queue.

Returns:



2665
2666
2667
# File 'sig/types.rbs', line 2665

def queue
  @queue
end