Class: Aws::Types::PutBucketNotificationConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2328
2329
2330
# File 'sig/types.rbs', line 2328

def expected_bucket_owner
  @expected_bucket_owner
end

#notification_configurationTypes::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_validationBoolean

Returns the value of attribute skip_destination_validation.

Returns:

  • (Boolean)


2329
2330
2331
# File 'sig/types.rbs', line 2329

def skip_destination_validation
  @skip_destination_validation
end