Class: Aws::Types::DaemonContainerDefinition
- Inherits:
-
Object
- Object
- Aws::Types::DaemonContainerDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
-
#depends_on ⇒ ::Array[Types::ContainerDependency]
Returns the value of attribute depends_on.
-
#entry_point ⇒ ::Array[::String]
Returns the value of attribute entry_point.
-
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
-
#environment_files ⇒ ::Array[Types::EnvironmentFile]
Returns the value of attribute environment_files.
-
#essential ⇒ Boolean
Returns the value of attribute essential.
-
#firelens_configuration ⇒ Types::FirelensConfiguration
Returns the value of attribute firelens_configuration.
-
#health_check ⇒ Types::HealthCheck
Returns the value of attribute health_check.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#interactive ⇒ Boolean
Returns the value of attribute interactive.
-
#linux_parameters ⇒ Types::DaemonLinuxParameters
Returns the value of attribute linux_parameters.
-
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
-
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
-
#mount_points ⇒ ::Array[Types::MountPoint]
Returns the value of attribute mount_points.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#privileged ⇒ Boolean
Returns the value of attribute privileged.
-
#pseudo_terminal ⇒ Boolean
Returns the value of attribute pseudo_terminal.
-
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
-
#repository_credentials ⇒ Types::RepositoryCredentials
Returns the value of attribute repository_credentials.
-
#restart_policy ⇒ Types::ContainerRestartPolicy
Returns the value of attribute restart_policy.
-
#secrets ⇒ ::Array[Types::Secret]
Returns the value of attribute secrets.
-
#start_timeout ⇒ ::Integer
Returns the value of attribute start_timeout.
-
#stop_timeout ⇒ ::Integer
Returns the value of attribute stop_timeout.
-
#system_controls ⇒ ::Array[Types::SystemControl]
Returns the value of attribute system_controls.
-
#ulimits ⇒ ::Array[Types::Ulimit]
Returns the value of attribute ulimits.
-
#user ⇒ ::String
Returns the value of attribute user.
-
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
539 540 541 |
# File 'sig/types.rbs', line 539 def command @command end |
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
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.
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.
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.
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.
541 542 543 |
# File 'sig/types.rbs', line 541 def environment_files @environment_files end |
#essential ⇒ Boolean
Returns the value of attribute essential.
537 538 539 |
# File 'sig/types.rbs', line 537 def essential @essential end |
#firelens_configuration ⇒ Types::FirelensConfiguration
Returns the value of attribute firelens_configuration.
547 548 549 |
# File 'sig/types.rbs', line 547 def firelens_configuration @firelens_configuration end |
#health_check ⇒ Types::HealthCheck
Returns the value of attribute health_check.
535 536 537 |
# File 'sig/types.rbs', line 535 def health_check @health_check end |
#image ⇒ ::String
Returns the value of attribute image.
531 532 533 |
# File 'sig/types.rbs', line 531 def image @image end |
#interactive ⇒ Boolean
Returns the value of attribute interactive.
556 557 558 |
# File 'sig/types.rbs', line 556 def interactive @interactive end |
#linux_parameters ⇒ Types::DaemonLinuxParameters
Returns the value of attribute linux_parameters.
551 552 553 |
# File 'sig/types.rbs', line 551 def linux_parameters @linux_parameters end |
#log_configuration ⇒ Types::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.
532 533 534 |
# File 'sig/types.rbs', line 532 def memory @memory end |
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
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.
545 546 547 |
# File 'sig/types.rbs', line 545 def mount_points @mount_points end |
#name ⇒ ::String
Returns the value of attribute name.
530 531 532 |
# File 'sig/types.rbs', line 530 def name @name end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
548 549 550 |
# File 'sig/types.rbs', line 548 def privileged @privileged end |
#pseudo_terminal ⇒ Boolean
Returns the value of attribute pseudo_terminal.
557 558 559 |
# File 'sig/types.rbs', line 557 def pseudo_terminal @pseudo_terminal end |
#readonly_root_filesystem ⇒ Boolean
Returns the value of attribute readonly_root_filesystem.
544 545 546 |
# File 'sig/types.rbs', line 544 def readonly_root_filesystem @readonly_root_filesystem end |
#repository_credentials ⇒ Types::RepositoryCredentials
Returns the value of attribute repository_credentials.
534 535 536 |
# File 'sig/types.rbs', line 534 def repository_credentials @repository_credentials end |
#restart_policy ⇒ Types::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.
543 544 545 |
# File 'sig/types.rbs', line 543 def secrets @secrets end |
#start_timeout ⇒ ::Integer
Returns the value of attribute start_timeout.
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.
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.
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.
550 551 552 |
# File 'sig/types.rbs', line 550 def ulimits @ulimits end |
#user ⇒ ::String
Returns the value of attribute user.
549 550 551 |
# File 'sig/types.rbs', line 549 def user @user end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
540 541 542 |
# File 'sig/types.rbs', line 540 def working_directory @working_directory end |