Class: Aws::Types::PutBucketNotificationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketNotificationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
-
#skip_destination_validation ⇒ Boolean
Returns the value of attribute skip_destination_validation.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def expected_bucket_owner @expected_bucket_owner end |
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def notification_configuration @notification_configuration end |
#skip_destination_validation ⇒ Boolean
Returns the value of attribute skip_destination_validation.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def skip_destination_validation @skip_destination_validation end |