Class: Aws::Types::DescribedExecution

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_locationTypes::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_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



548
549
550
# File 'sig/types.rbs', line 548

def logging_configuration
  @logging_configuration
end

#posix_profileTypes::PosixProfile

Returns the value of attribute posix_profile.



549
550
551
# File 'sig/types.rbs', line 549

def posix_profile
  @posix_profile
end

#resultsTypes::ExecutionResults

Returns the value of attribute results.



551
552
553
# File 'sig/types.rbs', line 551

def results
  @results
end

#service_metadataTypes::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