Class: Aws::Types::SignalFetchInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions ⇒ ::Array[::String]

Returns the value of attribute actions.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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