Class: Aws::Proton::Types::GetServiceSyncConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceSyncConfigInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_name ⇒ String
The name of the service that you want to get the service sync configuration for.
Instance Attribute Details
#service_name ⇒ String
The name of the service that you want to get the service sync configuration for.
3134 3135 3136 3137 3138 |
# File 'lib/aws-sdk-proton/types.rb', line 3134 class GetServiceSyncConfigInput < Struct.new( :service_name) SENSITIVE = [] include Aws::Structure end |