Class: Aws::Types::SourceDetail
- Inherits:
-
Object
- Object
- Aws::Types::SourceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_source ⇒ "aws.config"
Returns the value of attribute event_source.
-
#maximum_execution_frequency ⇒ "One_Hour", ...
Returns the value of attribute maximum_execution_frequency.
-
#message_type ⇒ "ConfigurationItemChangeNotification", ...
Returns the value of attribute message_type.
Instance Attribute Details
#event_source ⇒ "aws.config"
Returns the value of attribute event_source.
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.
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.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def @message_type end |