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.
5512 5513 5514 |
# File 'sig/types.rbs', line 5512 def enable_docker_access @enable_docker_access end |
#rootless_docker ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rootless_docker.
5514 5515 5516 |
# File 'sig/types.rbs', line 5514 def rootless_docker @rootless_docker end |
#vpc_only_trusted_accounts ⇒ ::Array[::String]
Returns the value of attribute vpc_only_trusted_accounts.
5513 5514 5515 |
# File 'sig/types.rbs', line 5513 def vpc_only_trusted_accounts @vpc_only_trusted_accounts end |