class
Amazonite::Ssm::ResumeSessionResponse
- Amazonite::Ssm::ResumeSessionResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/resume_session_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(session_id : String | Nil = nil, token_value : String | Nil = nil, stream_url : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#session_id : String | Nil
The ID of the session.
-
#session_id=(session_id : String | Nil)
The ID of the session.
-
#stream_url : String | Nil
A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the managed node.
-
#stream_url=(stream_url : String | Nil)
A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the managed node.
-
#token_value : String | Nil
An encrypted token value containing session and caller information.
-
#token_value=(token_value : String | Nil)
An encrypted token value containing session and caller information.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A URL back to SSM Agent on the managed node that the Session Manager client uses to send
commands and receive output from the managed node. Format:
wss://ssmmessages.**region**.amazonaws.com/v1/data-channel/**session-id**?stream=(input|output).
region represents the Region identifier for an Amazon Web Services Region supported by
Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a
list of supported region values, see the Region column in Systems Manager service
endpoints in the Amazon Web
Services General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
A URL back to SSM Agent on the managed node that the Session Manager client uses to send
commands and receive output from the managed node. Format:
wss://ssmmessages.**region**.amazonaws.com/v1/data-channel/**session-id**?stream=(input|output).
region represents the Region identifier for an Amazon Web Services Region supported by
Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a
list of supported region values, see the Region column in Systems Manager service
endpoints in the Amazon Web
Services General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
An encrypted token value containing session and caller information. Used to authenticate the connection to the managed node.
An encrypted token value containing session and caller information. Used to authenticate the connection to the managed node.