Class: Aws::Types::SourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
-
#auto_deployments_enabled ⇒ Boolean
Returns the value of attribute auto_deployments_enabled.
-
#code_repository ⇒ Types::CodeRepository
Returns the value of attribute code_repository.
-
#image_repository ⇒ Types::ImageRepository
Returns the value of attribute image_repository.
Instance Attribute Details
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
646 647 648 |
# File 'sig/types.rbs', line 646 def authentication_configuration @authentication_configuration end |
#auto_deployments_enabled ⇒ Boolean
Returns the value of attribute auto_deployments_enabled.
645 646 647 |
# File 'sig/types.rbs', line 645 def auto_deployments_enabled @auto_deployments_enabled end |
#code_repository ⇒ Types::CodeRepository
Returns the value of attribute code_repository.
643 644 645 |
# File 'sig/types.rbs', line 643 def code_repository @code_repository end |
#image_repository ⇒ Types::ImageRepository
Returns the value of attribute image_repository.
644 645 646 |
# File 'sig/types.rbs', line 644 def image_repository @image_repository end |