Class: Aws::Types::RevokeStreamUrlInput
- Inherits:
-
Object
- Object
- Aws::Types::RevokeStreamUrlInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#revocation_mode ⇒ "REVOKE_URL", "REVOKE_AND_TERMINATE_SESSIONS"
Returns the value of attribute revocation_mode.
-
#stream_url_identifier ⇒ ::String
Returns the value of attribute stream_url_identifier.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
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.
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.
482 483 484 |
# File 'sig/types.rbs', line 482 def stream_url_identifier @stream_url_identifier end |