Class: Aws::Types::DescribedExecution
- Inherits:
-
Object
- Object
- Aws::Types::DescribedExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#initial_file_location ⇒ Types::FileLocation
Returns the value of attribute initial_file_location.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#posix_profile ⇒ Types::PosixProfile
Returns the value of attribute posix_profile.
-
#results ⇒ Types::ExecutionResults
Returns the value of attribute results.
-
#service_metadata ⇒ Types::ServiceMetadata
Returns the value of attribute service_metadata.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
544 545 546 |
# File 'sig/types.rbs', line 544 def execution_id @execution_id end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
547 548 549 |
# File 'sig/types.rbs', line 547 def execution_role @execution_role end |
#initial_file_location ⇒ Types::FileLocation
Returns the value of attribute initial_file_location.
545 546 547 |
# File 'sig/types.rbs', line 545 def initial_file_location @initial_file_location end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
548 549 550 |
# File 'sig/types.rbs', line 548 def logging_configuration @logging_configuration end |
#posix_profile ⇒ Types::PosixProfile
Returns the value of attribute posix_profile.
549 550 551 |
# File 'sig/types.rbs', line 549 def posix_profile @posix_profile end |
#results ⇒ Types::ExecutionResults
Returns the value of attribute results.
551 552 553 |
# File 'sig/types.rbs', line 551 def results @results end |
#service_metadata ⇒ Types::ServiceMetadata
Returns the value of attribute service_metadata.
546 547 548 |
# File 'sig/types.rbs', line 546 def end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
550 551 552 |
# File 'sig/types.rbs', line 550 def status @status end |