Class: Aws::Types::SourceConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (Boolean)


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