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.



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

def command
  @command
end

#connectionsTypes::ConnectionsList

Returns the value of attribute connections.



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

def connections
  @connections
end

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

Returns the value of attribute default_arguments.

Returns:

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


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

def default_arguments
  @default_arguments
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


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

def glue_version
  @glue_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#idle_timeout::Integer

Returns the value of attribute idle_timeout.

Returns:

  • (::Integer)


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

def idle_timeout
  @idle_timeout
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


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

def max_capacity
  @max_capacity
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


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

def number_of_workers
  @number_of_workers
end

#request_origin::String

Returns the value of attribute request_origin.

Returns:

  • (::String)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def request_origin
  @request_origin
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


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

def role
  @role
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


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

def security_configuration
  @security_configuration
end

#session_type"LIVY", "SPARK_CONNECT"

Returns the value of attribute session_type.

Returns:

  • ("LIVY", "SPARK_CONNECT")


1784
1785
1786
# File 'sig/types.rbs', line 1784

def session_type
  @session_type
end

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

Returns the value of attribute tags.

Returns:

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


1782
1783
1784
# File 'sig/types.rbs', line 1782

def tags
  @tags
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


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

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")


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

def worker_type
  @worker_type
end