Class: Aws::Types::TaskScheduledEventDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#heartbeat_in_seconds::Integer

Returns the value of attribute heartbeat_in_seconds.

Returns:

  • (::Integer)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def heartbeat_in_seconds
  @heartbeat_in_seconds
end

#parameters::String

Returns the value of attribute parameters.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def parameters
  @parameters
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def region
  @region
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def resource
  @resource
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def resource_type
  @resource_type
end

#task_credentialsTypes::TaskCredentials

Returns the value of attribute task_credentials.



1025
1026
1027
# File 'sig/types.rbs', line 1025

def task_credentials
  @task_credentials
end

#timeout_in_seconds::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def timeout_in_seconds
  @timeout_in_seconds
end