Class: Aws::Types::UpdateSyncConfigurationInput

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)


529
530
531
# File 'sig/types.rbs', line 529

def branch
  @branch
end

#config_file ⇒ ::String

Returns the value of attribute config_file.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


535
536
537
# File 'sig/types.rbs', line 535

def publish_deployment_status
  @publish_deployment_status
end

Returns the value of attribute repository_link_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CFN_STACK_SYNC")


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.

Returns:

  • ("ANY_CHANGE", "FILE_CHANGE")


536
537
538
# File 'sig/types.rbs', line 536

def trigger_resource_update_on
  @trigger_resource_update_on
end