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)


2557
2558
2559
# File 'sig/types.rbs', line 2557

def cluster
  @cluster
end

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


2559
2560
2561
# File 'sig/types.rbs', line 2559

def container_name
  @container_name
end

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


2562
2563
2564
# File 'sig/types.rbs', line 2562

def exit_code
  @exit_code
end

#network_bindings::Array[Types::NetworkBinding]

Returns the value of attribute network_bindings.

Returns:



2564
2565
2566
# File 'sig/types.rbs', line 2564

def network_bindings
  @network_bindings
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


2563
2564
2565
# File 'sig/types.rbs', line 2563

def reason
  @reason
end

#runtime_id::String

Returns the value of attribute runtime_id.

Returns:

  • (::String)


2560
2561
2562
# File 'sig/types.rbs', line 2560

def runtime_id
  @runtime_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2561
2562
2563
# File 'sig/types.rbs', line 2561

def status
  @status
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


2558
2559
2560
# File 'sig/types.rbs', line 2558

def task
  @task
end