Class: Aws::Types::AwsS3BucketNotificationConfigurationDetail
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3BucketNotificationConfigurationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#events ⇒ ::Array[::String]
Returns the value of attribute events.
-
#filter ⇒ Types::AwsS3BucketNotificationConfigurationFilter
Returns the value of attribute filter.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
4050 4051 4052 |
# File 'sig/types.rbs', line 4050 def destination @destination end |
#events ⇒ ::Array[::String]
Returns the value of attribute events.
4048 4049 4050 |
# File 'sig/types.rbs', line 4048 def events @events end |
#filter ⇒ Types::AwsS3BucketNotificationConfigurationFilter
Returns the value of attribute filter.
4049 4050 4051 |
# File 'sig/types.rbs', line 4049 def filter @filter end |
#type ⇒ ::String
Returns the value of attribute type.
4051 4052 4053 |
# File 'sig/types.rbs', line 4051 def type @type end |