Class: Aws::Types::SetupExecutionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#command::String

Returns the value of attribute command.

Returns:



2881
2882
2883
# File 'sig/types.rbs', line 2881

def command
  @command
end

#date_time::Time

Returns the value of attribute date_time.

Returns:



2882
2883
2884
# File 'sig/types.rbs', line 2882

def date_time
  @date_time
end

#name::String

Returns the value of attribute name.

Returns:



2883
2884
2885
# File 'sig/types.rbs', line 2883

def name
  @name
end

#standard_error::String

Returns the value of attribute standard_error.

Returns:



2885
2886
2887
# File 'sig/types.rbs', line 2885

def standard_error
  @standard_error
end

#standard_output::String

Returns the value of attribute standard_output.

Returns:



2886
2887
2888
# File 'sig/types.rbs', line 2886

def standard_output
  @standard_output
end

#status"succeeded", ...

Returns the value of attribute status.

Returns:



2884
2885
2886
# File 'sig/types.rbs', line 2884

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:



2887
2888
2889
# File 'sig/types.rbs', line 2887

def version
  @version
end