Class: Aws::CodeStarconnections::Types::GetSyncConfigurationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_nameString

The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information.

Returns:

  • (String)


637
638
639
640
641
642
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 637

class GetSyncConfigurationInput < Struct.new(
  :sync_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#sync_typeString

The sync type for the sync configuration for which you want to retrieve information.

Returns:

  • (String)


637
638
639
640
641
642
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 637

class GetSyncConfigurationInput < Struct.new(
  :sync_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end