Class: Aws::Types::Session

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def arn
  @arn
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def cluster_id
  @cluster_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def created_at
  @created_at
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def ended_at
  @ended_at
end

#engine_configurations::Array[Types::Configuration]

Returns the value of attribute engine_configurations.

Returns:



1471
1472
1473
# File 'sig/types.rbs', line 1471

def engine_configurations
  @engine_configurations
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def execution_role_arn
  @execution_role_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def id
  @id
end

#idle_since::Time

Returns the value of attribute idle_since.

Returns:

  • (::Time)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def idle_since
  @idle_since
end

#monitoring_configurationTypes::SessionMonitoringConfiguration

Returns the value of attribute monitoring_configuration.



1472
1473
1474
# File 'sig/types.rbs', line 1472

def monitoring_configuration
  @monitoring_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def name
  @name
end

#release_label::String

Returns the value of attribute release_label.

Returns:

  • (::String)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def release_label
  @release_label
end

#server_url::String

Returns the value of attribute server_url.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def server_url
  @server_url
end

#session_idle_timeout_in_minutes::Integer

Returns the value of attribute session_idle_timeout_in_minutes.

Returns:

  • (::Integer)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def session_idle_timeout_in_minutes
  @session_idle_timeout_in_minutes
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def started_at
  @started_at
end

#state"SUBMITTED", ...

Returns the value of attribute state.

Returns:

  • ("SUBMITTED", "STARTING", "STARTED", "IDLE", "BUSY", "TERMINATING", "TERMINATED", "FAILED")


1461
1462
1463
# File 'sig/types.rbs', line 1461

def state
  @state
end

#state_change_reason::String

Returns the value of attribute state_change_reason.

Returns:

  • (::String)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def state_change_reason
  @state_change_reason
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1475
1476
1477
# File 'sig/types.rbs', line 1475

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def updated_at
  @updated_at
end