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

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def application_id
  @application_id
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def arn
  @arn
end

#billed_resource_utilization ⇒ Types::ResourceUtilization

Returns the value of attribute billed_resource_utilization.



530
531
532
# File 'sig/types.rbs', line 530

def billed_resource_utilization
  @billed_resource_utilization
end

#configuration_overrides ⇒ Types::SessionConfigurationOverrides

Returns the value of attribute configuration_overrides.



525
526
527
# File 'sig/types.rbs', line 525

def configuration_overrides
  @configuration_overrides
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


520
521
522
# File 'sig/types.rbs', line 520

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def created_by
  @created_by
end

#ended_at ⇒ ::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


523
524
525
# File 'sig/types.rbs', line 523

def ended_at
  @ended_at
end

#execution_role_arn ⇒ ::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def execution_role_arn
  @execution_role_arn
end

#idle_since ⇒ ::Time

Returns the value of attribute idle_since.

Returns:

  • (::Time)


524
525
526
# File 'sig/types.rbs', line 524

def idle_since
  @idle_since
end

#idle_timeout_minutes ⇒ ::Integer

Returns the value of attribute idle_timeout_minutes.

Returns:

  • (::Integer)


527
528
529
# File 'sig/types.rbs', line 527

def idle_timeout_minutes
  @idle_timeout_minutes
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def name
  @name
end

#network_configuration ⇒ Types::NetworkConfiguration

Returns the value of attribute network_configuration.



526
527
528
# File 'sig/types.rbs', line 526

def network_configuration
  @network_configuration
end

#release_label ⇒ ::String

Returns the value of attribute release_label.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def release_label
  @release_label
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def session_id
  @session_id
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


522
523
524
# File 'sig/types.rbs', line 522

def started_at
  @started_at
end

#state ⇒ "SUBMITTED", ...

Returns the value of attribute state.

Returns:

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


515
516
517
# File 'sig/types.rbs', line 515

def state
  @state
end

#state_details ⇒ ::String

Returns the value of attribute state_details.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def state_details
  @state_details
end

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

Returns the value of attribute tags.

Returns:

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


528
529
530
# File 'sig/types.rbs', line 528

def tags
  @tags
end

#total_execution_duration_seconds ⇒ ::Integer

Returns the value of attribute total_execution_duration_seconds.

Returns:

  • (::Integer)


531
532
533
# File 'sig/types.rbs', line 531

def total_execution_duration_seconds
  @total_execution_duration_seconds
end

#total_resource_utilization ⇒ Types::TotalResourceUtilization

Returns the value of attribute total_resource_utilization.



529
530
531
# File 'sig/types.rbs', line 529

def total_resource_utilization
  @total_resource_utilization
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


521
522
523
# File 'sig/types.rbs', line 521

def updated_at
  @updated_at
end