Class: Aws::Types::ListPlaybackRestrictionPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPlaybackRestrictionPoliciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#playback_restriction_policies ⇒ ::Array[Types::PlaybackRestrictionPolicySummary]
Returns the value of attribute playback_restriction_policies.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
477 478 479 |
# File 'sig/types.rbs', line 477 def next_token @next_token end |
#playback_restriction_policies ⇒ ::Array[Types::PlaybackRestrictionPolicySummary]
Returns the value of attribute playback_restriction_policies.
476 477 478 |
# File 'sig/types.rbs', line 476 def playback_restriction_policies @playback_restriction_policies end |