Class: Aws::Types::StreamSessionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:role_arn])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def application_arn
  @application_arn
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


579
580
581
# File 'sig/types.rbs', line 579

def created_at
  @created_at
end

#export_files_metadataTypes::ExportFilesMetadata

Returns the value of attribute export_files_metadata.



581
582
583
# File 'sig/types.rbs', line 581

def 
  @export_files_metadata
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


578
579
580
# File 'sig/types.rbs', line 578

def last_updated_at
  @last_updated_at
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def location
  @location
end

#protocol"WebRTC"

Returns the value of attribute protocol.

Returns:

  • ("WebRTC")


577
578
579
# File 'sig/types.rbs', line 577

def protocol
  @protocol
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def role_arn
  @role_arn
end

#status"ACTIVATING", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVATING", "ACTIVE", "CONNECTED", "PENDING_CLIENT_RECONNECTION", "RECONNECTING", "TERMINATING", "TERMINATED", "ERROR")


575
576
577
# File 'sig/types.rbs', line 575

def status
  @status
end

#status_reason"internalError", ...

Returns the value of attribute status_reason.

Returns:

  • ("internalError", "invalidSignalRequest", "placementTimeout", "applicationLogS3DestinationError", "assumeRoleFailed", "applicationExit", "connectionTimeout", "reconnectionTimeout", "maxSessionLengthTimeout", "idleTimeout", "apiTerminated")


576
577
578
# File 'sig/types.rbs', line 576

def status_reason
  @status_reason
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def user_id
  @user_id
end