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

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def application_id
  @application_id
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def client_token
  @client_token
end

#configuration_overrides ⇒ Types::SessionConfigurationOverrides

Returns the value of attribute configuration_overrides.



596
597
598
# File 'sig/types.rbs', line 596

def configuration_overrides
  @configuration_overrides
end

#execution_role_arn ⇒ ::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def execution_role_arn
  @execution_role_arn
end

#idle_timeout_minutes ⇒ ::Integer

Returns the value of attribute idle_timeout_minutes.

Returns:

  • (::Integer)


598
599
600
# File 'sig/types.rbs', line 598

def idle_timeout_minutes
  @idle_timeout_minutes
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


597
598
599
# File 'sig/types.rbs', line 597

def tags
  @tags
end