Class: Aws::Types::StartViewerSessionRevocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartViewerSessionRevocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#viewer_id ⇒ ::String
Returns the value of attribute viewer_id.
-
#viewer_session_versions_less_than_or_equal_to ⇒ ::Integer
Returns the value of attribute viewer_session_versions_less_than_or_equal_to.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
692 693 694 |
# File 'sig/types.rbs', line 692 def channel_arn @channel_arn end |
#viewer_id ⇒ ::String
Returns the value of attribute viewer_id.
693 694 695 |
# File 'sig/types.rbs', line 693 def viewer_id @viewer_id end |
#viewer_session_versions_less_than_or_equal_to ⇒ ::Integer
Returns the value of attribute viewer_session_versions_less_than_or_equal_to.
694 695 696 |
# File 'sig/types.rbs', line 694 def viewer_session_versions_less_than_or_equal_to @viewer_session_versions_less_than_or_equal_to end |