Class: Aws::Types::LambdaFunctionScheduledEventDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input])

Instance Attribute Summary collapse

Instance Attribute Details

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def input
  @input
end

#input_detailsTypes::HistoryEventExecutionDataDetails

Returns the value of attribute input_details.



595
596
597
# File 'sig/types.rbs', line 595

def input_details
  @input_details
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def resource
  @resource
end

#task_credentialsTypes::TaskCredentials

Returns the value of attribute task_credentials.



597
598
599
# File 'sig/types.rbs', line 597

def task_credentials
  @task_credentials
end

#timeout_in_seconds::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


596
597
598
# File 'sig/types.rbs', line 596

def timeout_in_seconds
  @timeout_in_seconds
end