Class: Aws::Types::DaemonContainerDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:repository_credentials, :environment])

Instance Attribute Summary collapse

Instance Attribute Details

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


539
540
541
# File 'sig/types.rbs', line 539

def command
  @command
end

#cpu::Integer

Returns the value of attribute cpu.

Returns:

  • (::Integer)


536
537
538
# File 'sig/types.rbs', line 536

def cpu
  @cpu
end

#depends_on::Array[Types::ContainerDependency]

Returns the value of attribute depends_on.

Returns:



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

def depends_on
  @depends_on
end

#entry_point::Array[::String]

Returns the value of attribute entry_point.

Returns:

  • (::Array[::String])


538
539
540
# File 'sig/types.rbs', line 538

def entry_point
  @entry_point
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



542
543
544
# File 'sig/types.rbs', line 542

def environment
  @environment
end

#environment_files::Array[Types::EnvironmentFile]

Returns the value of attribute environment_files.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def environment_files
  @environment_files
end

#essentialBoolean

Returns the value of attribute essential.

Returns:

  • (Boolean)


537
538
539
# File 'sig/types.rbs', line 537

def essential
  @essential
end

#firelens_configurationTypes::FirelensConfiguration

Returns the value of attribute firelens_configuration.



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

def firelens_configuration
  @firelens_configuration
end

#health_checkTypes::HealthCheck

Returns the value of attribute health_check.

Returns:



535
536
537
# File 'sig/types.rbs', line 535

def health_check
  @health_check
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def image
  @image
end

#interactiveBoolean

Returns the value of attribute interactive.

Returns:

  • (Boolean)


556
557
558
# File 'sig/types.rbs', line 556

def interactive
  @interactive
end

#linux_parametersTypes::DaemonLinuxParameters

Returns the value of attribute linux_parameters.



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

def linux_parameters
  @linux_parameters
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



546
547
548
# File 'sig/types.rbs', line 546

def log_configuration
  @log_configuration
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


532
533
534
# File 'sig/types.rbs', line 532

def memory
  @memory
end

#memory_reservation::Integer

Returns the value of attribute memory_reservation.

Returns:

  • (::Integer)


533
534
535
# File 'sig/types.rbs', line 533

def memory_reservation
  @memory_reservation
end

#mount_points::Array[Types::MountPoint]

Returns the value of attribute mount_points.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def mount_points
  @mount_points
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def name
  @name
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


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

def privileged
  @privileged
end

#pseudo_terminalBoolean

Returns the value of attribute pseudo_terminal.

Returns:

  • (Boolean)


557
558
559
# File 'sig/types.rbs', line 557

def pseudo_terminal
  @pseudo_terminal
end

#readonly_root_filesystemBoolean

Returns the value of attribute readonly_root_filesystem.

Returns:

  • (Boolean)


544
545
546
# File 'sig/types.rbs', line 544

def readonly_root_filesystem
  @readonly_root_filesystem
end

#repository_credentialsTypes::RepositoryCredentials

Returns the value of attribute repository_credentials.



534
535
536
# File 'sig/types.rbs', line 534

def repository_credentials
  @repository_credentials
end

#restart_policyTypes::ContainerRestartPolicy

Returns the value of attribute restart_policy.



558
559
560
# File 'sig/types.rbs', line 558

def restart_policy
  @restart_policy
end

#secrets::Array[Types::Secret]

Returns the value of attribute secrets.

Returns:



543
544
545
# File 'sig/types.rbs', line 543

def secrets
  @secrets
end

#start_timeout::Integer

Returns the value of attribute start_timeout.

Returns:

  • (::Integer)


553
554
555
# File 'sig/types.rbs', line 553

def start_timeout
  @start_timeout
end

#stop_timeout::Integer

Returns the value of attribute stop_timeout.

Returns:

  • (::Integer)


554
555
556
# File 'sig/types.rbs', line 554

def stop_timeout
  @stop_timeout
end

#system_controls::Array[Types::SystemControl]

Returns the value of attribute system_controls.

Returns:



555
556
557
# File 'sig/types.rbs', line 555

def system_controls
  @system_controls
end

#ulimits::Array[Types::Ulimit]

Returns the value of attribute ulimits.

Returns:



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

def ulimits
  @ulimits
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


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

def user
  @user
end

#working_directory::String

Returns the value of attribute working_directory.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def working_directory
  @working_directory
end