Class: Aws::CodeStarconnections::Types::GetSyncConfigurationOutput

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

#sync_configurationTypes::SyncConfiguration

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



651
652
653
654
655
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 651

class GetSyncConfigurationOutput < Struct.new(
  :sync_configuration)
  SENSITIVE = []
  include Aws::Structure
end