Class: Aws::Types::RevokeStreamUrlInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def identifier
  @identifier
end

#revocation_mode"REVOKE_URL", "REVOKE_AND_TERMINATE_SESSIONS"

Returns the value of attribute revocation_mode.

Returns:

  • ("REVOKE_URL", "REVOKE_AND_TERMINATE_SESSIONS")


483
484
485
# File 'sig/types.rbs', line 483

def revocation_mode
  @revocation_mode
end

#stream_url_identifier::String

Returns the value of attribute stream_url_identifier.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def stream_url_identifier
  @stream_url_identifier
end