Class: Aws::Types::SignalFetchConfig
- Inherits:
-
Object
- Object
- Aws::Types::SignalFetchConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ConditionBased, TimeBased, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_based ⇒ Types::ConditionBasedSignalFetchConfig
Returns the value of attribute condition_based.
-
#time_based ⇒ Types::TimeBasedSignalFetchConfig
Returns the value of attribute time_based.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#condition_based ⇒ Types::ConditionBasedSignalFetchConfig
Returns the value of attribute condition_based.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def condition_based @condition_based end |
#time_based ⇒ Types::TimeBasedSignalFetchConfig
Returns the value of attribute time_based.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def time_based @time_based end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def unknown @unknown end |