Class: Aws::Types::SubmitContainerStateChangeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


2573
2574
2575
# File 'sig/types.rbs', line 2573

def cluster
  @cluster
end

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


2575
2576
2577
# File 'sig/types.rbs', line 2575

def container_name
  @container_name
end

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


2578
2579
2580
# File 'sig/types.rbs', line 2578

def exit_code
  @exit_code
end

#network_bindings::Array[Types::NetworkBinding]

Returns the value of attribute network_bindings.

Returns:



2580
2581
2582
# File 'sig/types.rbs', line 2580

def network_bindings
  @network_bindings
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


2579
2580
2581
# File 'sig/types.rbs', line 2579

def reason
  @reason
end

#runtime_id::String

Returns the value of attribute runtime_id.

Returns:

  • (::String)


2576
2577
2578
# File 'sig/types.rbs', line 2576

def runtime_id
  @runtime_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2577
2578
2579
# File 'sig/types.rbs', line 2577

def status
  @status
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


2574
2575
2576
# File 'sig/types.rbs', line 2574

def task
  @task
end