Class: Aws::Types::DockerSettings
- Inherits:
-
Object
- Object
- Aws::Types::DockerSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_docker_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enable_docker_access.
-
#rootless_docker ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rootless_docker.
-
#vpc_only_trusted_accounts ⇒ ::Array[::String]
Returns the value of attribute vpc_only_trusted_accounts.
Instance Attribute Details
#enable_docker_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enable_docker_access.
5493 5494 5495 |
# File 'sig/types.rbs', line 5493 def enable_docker_access @enable_docker_access end |
#rootless_docker ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rootless_docker.
5495 5496 5497 |
# File 'sig/types.rbs', line 5495 def rootless_docker @rootless_docker end |
#vpc_only_trusted_accounts ⇒ ::Array[::String]
Returns the value of attribute vpc_only_trusted_accounts.
5494 5495 5496 |
# File 'sig/types.rbs', line 5494 def vpc_only_trusted_accounts @vpc_only_trusted_accounts end |