Class: Aws::Proton::Types::GetServiceSyncConfigInput

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

#service_nameString

The name of the service that you want to get the service sync configuration for.

Returns:

  • (String)


3134
3135
3136
3137
3138
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3134

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