Class: Aws::Types::SessionSummary

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)


541
542
543
# File 'sig/types.rbs', line 541

def application_id
  @application_id
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def name
  @name
end

#release_label ⇒ ::String

Returns the value of attribute release_label.

Returns:

  • (::String)


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.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def session_id
  @session_id
end

#state ⇒ "SUBMITTED", ...

Returns the value of attribute state.

Returns:

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


545
546
547
# File 'sig/types.rbs', line 545

def state
  @state
end

#state_details ⇒ ::String

Returns the value of attribute state_details.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


551
552
553
# File 'sig/types.rbs', line 551

def updated_at
  @updated_at
end