Class: Aws::Types::StartSessionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def client_request_token
  @client_request_token
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def cluster_id
  @cluster_id
end

#engine_configurations::Array[Types::Configuration]

Returns the value of attribute engine_configurations.

Returns:



1612
1613
1614
# File 'sig/types.rbs', line 1612

def engine_configurations
  @engine_configurations
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def execution_role_arn
  @execution_role_arn
end

#monitoring_configurationTypes::SessionMonitoringConfiguration

Returns the value of attribute monitoring_configuration.



1613
1614
1615
# File 'sig/types.rbs', line 1613

def monitoring_configuration
  @monitoring_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def name
  @name
end

#session_idle_timeout_in_minutes::Integer

Returns the value of attribute session_idle_timeout_in_minutes.

Returns:

  • (::Integer)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def session_idle_timeout_in_minutes
  @session_idle_timeout_in_minutes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1616
1617
1618
# File 'sig/types.rbs', line 1616

def tags
  @tags
end