Class: Aws::Types::SyncConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch ⇒ ::String

Returns the value of attribute branch.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def branch
  @branch
end

#config_file ⇒ ::String

Returns the value of attribute config_file.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged")


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.

Returns:

  • ("ENABLED", "DISABLED")


437
438
439
# File 'sig/types.rbs', line 437

def publish_deployment_status
  @publish_deployment_status
end

Returns the value of attribute repository_link_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CFN_STACK_SYNC")


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.

Returns:

  • ("ANY_CHANGE", "FILE_CHANGE")


438
439
440
# File 'sig/types.rbs', line 438

def trigger_resource_update_on
  @trigger_resource_update_on
end