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.
5497 5498 5499 |
# File 'sig/types.rbs', line 5497 def enable_docker_access @enable_docker_access end |
#rootless_docker ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rootless_docker.
5499 5500 5501 |
# File 'sig/types.rbs', line 5499 def rootless_docker @rootless_docker end |
#vpc_only_trusted_accounts ⇒ ::Array[::String]
Returns the value of attribute vpc_only_trusted_accounts.
5498 5499 5500 |
# File 'sig/types.rbs', line 5498 def vpc_only_trusted_accounts @vpc_only_trusted_accounts end |