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.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def expected_bucket_owner @expected_bucket_owner end |
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def notification_configuration @notification_configuration end |
#skip_destination_validation ⇒ Boolean
Returns the value of attribute skip_destination_validation.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def skip_destination_validation @skip_destination_validation end |