Class: Aws::Types::TaskScheduledEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::TaskScheduledEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#heartbeat_in_seconds ⇒ ::Integer
Returns the value of attribute heartbeat_in_seconds.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#task_credentials ⇒ Types::TaskCredentials
Returns the value of attribute task_credentials.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
Instance Attribute Details
#heartbeat_in_seconds ⇒ ::Integer
Returns the value of attribute heartbeat_in_seconds.
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.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def parameters @parameters end |
#region ⇒ ::String
Returns the value of attribute region.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def region @region end |
#resource ⇒ ::String
Returns the value of attribute resource.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def resource @resource end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def resource_type @resource_type end |
#task_credentials ⇒ Types::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.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def timeout_in_seconds @timeout_in_seconds end |