Class: Aws::Types::SessionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SessionSummary
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
-
#state_details ⇒ ::String
Returns the value of attribute state_details.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
541 542 543 |
# File 'sig/types.rbs', line 541 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
543 544 545 |
# File 'sig/types.rbs', line 543 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
550 551 552 |
# File 'sig/types.rbs', line 550 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
549 550 551 |
# File 'sig/types.rbs', line 549 def created_by @created_by end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
548 549 550 |
# File 'sig/types.rbs', line 548 def execution_role_arn @execution_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
544 545 546 |
# File 'sig/types.rbs', line 544 def name @name end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
547 548 549 |
# File 'sig/types.rbs', line 547 def release_label @release_label end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
542 543 544 |
# File 'sig/types.rbs', line 542 def session_id @session_id end |
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
545 546 547 |
# File 'sig/types.rbs', line 545 def state @state end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
546 547 548 |
# File 'sig/types.rbs', line 546 def state_details @state_details end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
551 552 553 |
# File 'sig/types.rbs', line 551 def updated_at @updated_at end |