Class: Aws::Types::CreateSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commandTypes::SessionCommand

Returns the value of attribute command.



1768
1769
1770
# File 'sig/types.rbs', line 1768

def command
  @command
end

#connectionsTypes::ConnectionsList

Returns the value of attribute connections.



1772
1773
1774
# File 'sig/types.rbs', line 1772

def connections
  @connections
end

#default_arguments::Hash[::String, ::String]

Returns the value of attribute default_arguments.

Returns:

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


1771
1772
1773
# File 'sig/types.rbs', line 1771

def default_arguments
  @default_arguments
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def description
  @description
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def glue_version
  @glue_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def id
  @id
end

#idle_timeout::Integer

Returns the value of attribute idle_timeout.

Returns:

  • (::Integer)


1770
1771
1772
# File 'sig/types.rbs', line 1770

def idle_timeout
  @idle_timeout
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


1773
1774
1775
# File 'sig/types.rbs', line 1773

def max_capacity
  @max_capacity
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def number_of_workers
  @number_of_workers
end

#request_origin::String

Returns the value of attribute request_origin.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def request_origin
  @request_origin
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def role
  @role
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def security_configuration
  @security_configuration
end

#session_type"LIVY", "SPARK_CONNECT"

Returns the value of attribute session_type.

Returns:

  • ("LIVY", "SPARK_CONNECT")


1780
1781
1782
# File 'sig/types.rbs', line 1780

def session_type
  @session_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1778
1779
1780
# File 'sig/types.rbs', line 1778

def tags
  @tags
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


1769
1770
1771
# File 'sig/types.rbs', line 1769

def timeout
  @timeout
end

#worker_type"Standard", ...

Returns the value of attribute worker_type.

Returns:

  • ("Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X", "Z.2X")


1775
1776
1777
# File 'sig/types.rbs', line 1775

def worker_type
  @worker_type
end