Class: Aws::Types::StartSessionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_name::String

Returns the value of attribute document_name.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::Array[::String]])


4215
4216
4217
# File 'sig/types.rbs', line 4215

def parameters
  @parameters
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


4214
4215
4216
# File 'sig/types.rbs', line 4214

def reason
  @reason
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


4212
4213
4214
# File 'sig/types.rbs', line 4212

def target
  @target
end