Class: Aws::Types::Session
- Inherits:
-
Object
- Object
- Aws::Types::Session
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#billed_resource_utilization ⇒ Types::ResourceUtilization
Returns the value of attribute billed_resource_utilization.
-
#configuration_overrides ⇒ Types::SessionConfigurationOverrides
Returns the value of attribute configuration_overrides.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#idle_since ⇒ ::Time
Returns the value of attribute idle_since.
-
#idle_timeout_minutes ⇒ ::Integer
Returns the value of attribute idle_timeout_minutes.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
-
#state_details ⇒ ::String
Returns the value of attribute state_details.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#total_execution_duration_seconds ⇒ ::Integer
Returns the value of attribute total_execution_duration_seconds.
-
#total_resource_utilization ⇒ Types::TotalResourceUtilization
Returns the value of attribute total_resource_utilization.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
511 512 513 |
# File 'sig/types.rbs', line 511 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
522 523 524 |
# File 'sig/types.rbs', line 522 def started_at @started_at end |
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
515 516 517 |
# File 'sig/types.rbs', line 515 def state @state end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
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.
528 529 530 |
# File 'sig/types.rbs', line 528 def @tags end |
#total_execution_duration_seconds ⇒ ::Integer
Returns the value of attribute total_execution_duration_seconds.
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.
521 522 523 |
# File 'sig/types.rbs', line 521 def updated_at @updated_at end |