Class: Aws::Types::DescribeSimulationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


79
80
81
# File 'sig/types.rbs', line 79

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def description
  @description
end

#execution_id ⇒ ::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def execution_id
  @execution_id
end

#live_simulation_state ⇒ Types::LiveSimulationState

Returns the value of attribute live_simulation_state.



82
83
84
# File 'sig/types.rbs', line 82

def live_simulation_state
  @live_simulation_state
end

#logging_configuration ⇒ Types::LoggingConfiguration

Returns the value of attribute logging_configuration.



83
84
85
# File 'sig/types.rbs', line 83

def logging_configuration
  @logging_configuration
end

#maximum_duration ⇒ ::String

Returns the value of attribute maximum_duration.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def maximum_duration
  @maximum_duration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def name
  @name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def role_arn
  @role_arn
end

#schema_error ⇒ ::String

Returns the value of attribute schema_error.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def schema_error
  @schema_error
end

#schema_s3_location ⇒ Types::S3Location

Returns the value of attribute schema_s3_location.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def schema_s3_location
  @schema_s3_location
end

#snapshot_s3_location ⇒ Types::S3Location

Returns the value of attribute snapshot_s3_location.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def snapshot_s3_location
  @snapshot_s3_location
end

#start_error ⇒ ::String

Returns the value of attribute start_error.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def start_error
  @start_error
end

#status ⇒ "UNKNOWN", ...

Returns the value of attribute status.

Returns:

  • ("UNKNOWN", "STARTING", "STARTED", "STOPPING", "STOPPED", "FAILED", "DELETING", "DELETED", "SNAPSHOT_IN_PROGRESS")


91
92
93
# File 'sig/types.rbs', line 91

def status
  @status
end

#target_status ⇒ "UNKNOWN", ...

Returns the value of attribute target_status.

Returns:

  • ("UNKNOWN", "STARTED", "STOPPED", "DELETED")


92
93
94
# File 'sig/types.rbs', line 92

def target_status
  @target_status
end