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)


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.

Returns:

  • (::String)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def expected_bucket_owner
  @expected_bucket_owner
end

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

Returns the value of attribute skip_destination_validation.

Returns:

  • (Boolean)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def skip_destination_validation
  @skip_destination_validation
end