Class: Aws::Types::PlaybackRestrictionPolicy
- Inherits:
-
Object
- Object
- Aws::Types::PlaybackRestrictionPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_countries ⇒ ::Array[::String]
Returns the value of attribute allowed_countries.
-
#allowed_origins ⇒ ::Array[::String]
Returns the value of attribute allowed_origins.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#enable_strict_origin_enforcement ⇒ Boolean
Returns the value of attribute enable_strict_origin_enforcement.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#allowed_countries ⇒ ::Array[::String]
Returns the value of attribute allowed_countries.
584 585 586 |
# File 'sig/types.rbs', line 584 def allowed_countries @allowed_countries end |
#allowed_origins ⇒ ::Array[::String]
Returns the value of attribute allowed_origins.
585 586 587 |
# File 'sig/types.rbs', line 585 def allowed_origins @allowed_origins end |
#arn ⇒ ::String
Returns the value of attribute arn.
583 584 585 |
# File 'sig/types.rbs', line 583 def arn @arn end |
#enable_strict_origin_enforcement ⇒ Boolean
Returns the value of attribute enable_strict_origin_enforcement.
586 587 588 |
# File 'sig/types.rbs', line 586 def enable_strict_origin_enforcement @enable_strict_origin_enforcement end |
#name ⇒ ::String
Returns the value of attribute name.
587 588 589 |
# File 'sig/types.rbs', line 587 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
588 589 590 |
# File 'sig/types.rbs', line 588 def @tags end |