Method: Aws::CodeStarconnections::Types::SyncConfiguration#resource_name
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
#resource_name ⇒ String
The name of the connection resource associated with a specific sync configuration.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1495 class SyncConfiguration < Struct.new( :branch, :config_file, :owner_id, :provider_type, :repository_link_id, :repository_name, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on) SENSITIVE = [] include Aws::Structure end |