Class: Aws::Deadline::Types::AssignedSyncInputJobAttachmentsSessionActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AssignedSyncInputJobAttachmentsSessionActionDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details for an assigned session action as it relates to a job attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_id ⇒ String
The step ID.
Instance Attribute Details
#step_id ⇒ String
The step ID.
247 248 249 250 251 |
# File 'lib/aws-sdk-deadline/types.rb', line 247 class AssignedSyncInputJobAttachmentsSessionActionDefinition < Struct.new( :step_id) SENSITIVE = [] include Aws::Structure end |