Amazon.StepFunctions.CodeAnalysis.PropertyValueAssignmentAnalyzer.GetServiceName C# (CSharp) Method

GetServiceName() public method

public GetServiceName ( ) : string
return string
        public override string GetServiceName()
        {
            return "StepFunctions";
        }
    }
PropertyValueAssignmentAnalyzer