Class: Aws::Types::ImageConfig
- Inherits:
-
Object
- Object
- Aws::Types::ImageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#repository_access_mode ⇒ "Platform", "Vpc"
Returns the value of attribute repository_access_mode.
-
#repository_auth_config ⇒ Types::RepositoryAuthConfig
Returns the value of attribute repository_auth_config.
Instance Attribute Details
#repository_access_mode ⇒ "Platform", "Vpc"
Returns the value of attribute repository_access_mode.
6467 6468 6469 |
# File 'sig/types.rbs', line 6467 def repository_access_mode @repository_access_mode end |
#repository_auth_config ⇒ Types::RepositoryAuthConfig
Returns the value of attribute repository_auth_config.
6468 6469 6470 |
# File 'sig/types.rbs', line 6468 def repository_auth_config @repository_auth_config end |