Class: Aws::Types::StartSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#document_name ⇒ ::String
Returns the value of attribute document_name.
4213 4214 4215 |
# File 'sig/types.rbs', line 4213 def document_name @document_name end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
4215 4216 4217 |
# File 'sig/types.rbs', line 4215 def parameters @parameters end |
#reason ⇒ ::String
Returns the value of attribute reason.
4214 4215 4216 |
# File 'sig/types.rbs', line 4214 def reason @reason end |
#target ⇒ ::String
Returns the value of attribute target.
4212 4213 4214 |
# File 'sig/types.rbs', line 4212 def target @target end |