Class: Aws::Types::AwsS3BucketNotificationConfigurationDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


4050
4051
4052
# File 'sig/types.rbs', line 4050

def destination
  @destination
end

#events::Array[::String]

Returns the value of attribute events.

Returns:

  • (::Array[::String])


4048
4049
4050
# File 'sig/types.rbs', line 4048

def events
  @events
end

#filterTypes::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.

Returns:

  • (::String)


4051
4052
4053
# File 'sig/types.rbs', line 4051

def type
  @type
end