Class: Aws::Types::BatchStartViewerSessionRevocationViewerSession
- Inherits:
-
Object
- Object
- Aws::Types::BatchStartViewerSessionRevocationViewerSession
- 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.
120 121 122 |
# File 'sig/types.rbs', line 120 def channel_arn @channel_arn end |
#viewer_id ⇒ ::String
Returns the value of attribute viewer_id.
121 122 123 |
# File 'sig/types.rbs', line 121 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.
122 123 124 |
# File 'sig/types.rbs', line 122 def viewer_session_versions_less_than_or_equal_to @viewer_session_versions_less_than_or_equal_to end |