Class: Aws::CodeConnections::Types::GetSyncConfigurationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/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)


643
644
645
646
647
648
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 643

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)


643
644
645
646
647
648
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 643

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