Class: Aws::Types::CreatePlaybackRestrictionPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePlaybackRestrictionPolicyRequest
- 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.
-
#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.
223 224 225 |
# File 'sig/types.rbs', line 223 def allowed_countries @allowed_countries end |
#allowed_origins ⇒ ::Array[::String]
Returns the value of attribute allowed_origins.
224 225 226 |
# File 'sig/types.rbs', line 224 def allowed_origins @allowed_origins end |
#enable_strict_origin_enforcement ⇒ Boolean
Returns the value of attribute enable_strict_origin_enforcement.
225 226 227 |
# File 'sig/types.rbs', line 225 def enable_strict_origin_enforcement @enable_strict_origin_enforcement end |
#name ⇒ ::String
Returns the value of attribute name.
226 227 228 |
# File 'sig/types.rbs', line 226 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
227 228 229 |
# File 'sig/types.rbs', line 227 def @tags end |