Class: Aws::CodeStarconnections::Types::GetResourceSyncStatusInput

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 status with the Git repository.

Returns:

  • (String)


563
564
565
566
567
568
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 563

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

#sync_typeString

The sync type for the sync status with the Git repository.

Returns:

  • (String)


563
564
565
566
567
568
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 563

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