Method: Aws::SSM::Types::StartSessionRequest#parameters
- Defined in:
- lib/aws-sdk-ssm/types.rb
#parameters ⇒ Hash<String,Array<String>>
The values you want to specify for the parameters defined in the Session document. For more information about these parameters, see
- Create a Session Manager preferences document][1
-
in the *Amazon
Web Services Systems Manager User Guide*.
[1]: docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-preferences-cli.html
18789 18790 18791 18792 18793 18794 18795 18796 |
# File 'lib/aws-sdk-ssm/types.rb', line 18789 class StartSessionRequest < Struct.new( :target, :document_name, :reason, :parameters) SENSITIVE = [] include Aws::Structure end |