Class: Aws::Types::SignalFetchInformation
- Inherits:
-
Object
- Object
- Aws::Types::SignalFetchInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#condition_language_version ⇒ ::Integer
Returns the value of attribute condition_language_version.
-
#fully_qualified_name ⇒ ::String
Returns the value of attribute fully_qualified_name.
-
#signal_fetch_config ⇒ Types::SignalFetchConfig
Returns the value of attribute signal_fetch_config.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def actions @actions end |
#condition_language_version ⇒ ::Integer
Returns the value of attribute condition_language_version.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def condition_language_version @condition_language_version end |
#fully_qualified_name ⇒ ::String
Returns the value of attribute fully_qualified_name.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def fully_qualified_name @fully_qualified_name end |
#signal_fetch_config ⇒ Types::SignalFetchConfig
Returns the value of attribute signal_fetch_config.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def signal_fetch_config @signal_fetch_config end |