Class: Aws::Types::SyncConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SyncConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#config_file ⇒ ::String
Returns the value of attribute config_file.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
-
#publish_deployment_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute publish_deployment_status.
-
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
-
#trigger_resource_update_on ⇒ "ANY_CHANGE", "FILE_CHANGE"
Returns the value of attribute trigger_resource_update_on.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
428 429 430 |
# File 'sig/types.rbs', line 428 def branch @branch end |
#config_file ⇒ ::String
Returns the value of attribute config_file.
429 430 431 |
# File 'sig/types.rbs', line 429 def config_file @config_file end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
430 431 432 |
# File 'sig/types.rbs', line 430 def owner_id @owner_id end |
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
431 432 433 |
# File 'sig/types.rbs', line 431 def provider_type @provider_type end |
#publish_deployment_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute publish_deployment_status.
437 438 439 |
# File 'sig/types.rbs', line 437 def publish_deployment_status @publish_deployment_status end |
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
432 433 434 |
# File 'sig/types.rbs', line 432 def repository_link_id @repository_link_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
433 434 435 |
# File 'sig/types.rbs', line 433 def repository_name @repository_name end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
434 435 436 |
# File 'sig/types.rbs', line 434 def resource_name @resource_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
435 436 437 |
# File 'sig/types.rbs', line 435 def role_arn @role_arn end |
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
436 437 438 |
# File 'sig/types.rbs', line 436 def sync_type @sync_type end |
#trigger_resource_update_on ⇒ "ANY_CHANGE", "FILE_CHANGE"
Returns the value of attribute trigger_resource_update_on.
438 439 440 |
# File 'sig/types.rbs', line 438 def trigger_resource_update_on @trigger_resource_update_on end |