Class: Aws::Types::UpdateSyncConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSyncConfigurationInput
- 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.
-
#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.
-
#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.
529 530 531 |
# File 'sig/types.rbs', line 529 def branch @branch end |
#config_file ⇒ ::String
Returns the value of attribute config_file.
530 531 532 |
# File 'sig/types.rbs', line 530 def config_file @config_file end |
#publish_deployment_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute publish_deployment_status.
535 536 537 |
# File 'sig/types.rbs', line 535 def publish_deployment_status @publish_deployment_status end |
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
531 532 533 |
# File 'sig/types.rbs', line 531 def repository_link_id @repository_link_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
532 533 534 |
# File 'sig/types.rbs', line 532 def resource_name @resource_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
533 534 535 |
# File 'sig/types.rbs', line 533 def role_arn @role_arn end |
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
534 535 536 |
# File 'sig/types.rbs', line 534 def sync_type @sync_type end |
#trigger_resource_update_on ⇒ "ANY_CHANGE", "FILE_CHANGE"
Returns the value of attribute trigger_resource_update_on.
536 537 538 |
# File 'sig/types.rbs', line 536 def trigger_resource_update_on @trigger_resource_update_on end |