Class: Aws::Proton::Types::GetTemplateSyncConfigInput

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_nameString

The template name.

Returns:

  • (String)


3224
3225
3226
3227
3228
3229
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3224

class GetTemplateSyncConfigInput < Struct.new(
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#template_typeString

The template type.

Returns:

  • (String)


3224
3225
3226
3227
3228
3229
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3224

class GetTemplateSyncConfigInput < Struct.new(
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end