Class: Aws::Proton::Types::UpdateTemplateSyncConfigOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_sync_configTypes::TemplateSyncConfig

The template sync configuration detail data that's returned by Proton.



6692
6693
6694
6695
6696
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6692

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