Class: Aws::CodeStarconnections::Types::GetResourceSyncStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::GetResourceSyncStatusInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_name ⇒ String
The name of the Amazon Web Services resource for the sync status with the Git repository.
-
#sync_type ⇒ String
The sync type for the sync status with the Git repository.
Instance Attribute Details
#resource_name ⇒ String
The name of the Amazon Web Services resource for the sync status with the Git repository.
563 564 565 566 567 568 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 563 class GetResourceSyncStatusInput < Struct.new( :resource_name, :sync_type) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The sync type for the sync status with the Git repository.
563 564 565 566 567 568 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 563 class GetResourceSyncStatusInput < Struct.new( :resource_name, :sync_type) SENSITIVE = [] include Aws::Structure end |