Class: Aws::Types::StreamUrlSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:stream_url])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def application_arn
  @application_arn
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


594
595
596
# File 'sig/types.rbs', line 594

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def description
  @description
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


593
594
595
# File 'sig/types.rbs', line 593

def expires_at
  @expires_at
end

#remaining_uses::Integer

Returns the value of attribute remaining_uses.

Returns:

  • (::Integer)


596
597
598
# File 'sig/types.rbs', line 596

def remaining_uses
  @remaining_uses
end

#session_length_seconds::Integer

Returns the value of attribute session_length_seconds.

Returns:

  • (::Integer)


599
600
601
# File 'sig/types.rbs', line 599

def session_length_seconds
  @session_length_seconds
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "EXPIRED", "REVOKED", "LIMIT_REACHED")


591
592
593
# File 'sig/types.rbs', line 591

def status
  @status
end

#status_reason"userRevoked", ...

Returns the value of attribute status_reason.

Returns:

  • ("userRevoked", "revokedAndTerminatingSessions", "revokedAndSessionsTerminated", "streamGroupDeleted", "applicationDeleted")


592
593
594
# File 'sig/types.rbs', line 592

def status_reason
  @status_reason
end

#stream_group_arn::String

Returns the value of attribute stream_group_arn.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def stream_group_arn
  @stream_group_arn
end

#stream_url::String

Returns the value of attribute stream_url.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def stream_url
  @stream_url
end

#stream_url_id::String

Returns the value of attribute stream_url_id.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def stream_url_id
  @stream_url_id
end

#usage_limit::Integer

Returns the value of attribute usage_limit.

Returns:

  • (::Integer)


595
596
597
# File 'sig/types.rbs', line 595

def usage_limit
  @usage_limit
end