Class: Aws::CodeConnections::Types::GetResourceSyncStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetResourceSyncStatusInput
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/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.
569 570 571 572 573 574 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 569 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.
569 570 571 572 573 574 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 569 class GetResourceSyncStatusInput < Struct.new( :resource_name, :sync_type) SENSITIVE = [] include Aws::Structure end |