Class: Aws::Types::SourceDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_source"aws.config"

Returns the value of attribute event_source.

Returns:

  • ("aws.config")


2163
2164
2165
# File 'sig/types.rbs', line 2163

def event_source
  @event_source
end

#maximum_execution_frequency"One_Hour", ...

Returns the value of attribute maximum_execution_frequency.

Returns:

  • ("One_Hour", "Three_Hours", "Six_Hours", "Twelve_Hours", "TwentyFour_Hours")


2165
2166
2167
# File 'sig/types.rbs', line 2165

def maximum_execution_frequency
  @maximum_execution_frequency
end

#message_type"ConfigurationItemChangeNotification", ...

Returns the value of attribute message_type.

Returns:

  • ("ConfigurationItemChangeNotification", "ConfigurationSnapshotDeliveryCompleted", "ScheduledNotification", "OversizedConfigurationItemChangeNotification")


2164
2165
2166
# File 'sig/types.rbs', line 2164

def message_type
  @message_type
end