Class: Aws::Types::UpdatePlaybackRestrictionPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_countries::Array[::String]

Returns the value of attribute allowed_countries.

Returns:

  • (::Array[::String])


866
867
868
# File 'sig/types.rbs', line 866

def allowed_countries
  @allowed_countries
end

#allowed_origins::Array[::String]

Returns the value of attribute allowed_origins.

Returns:

  • (::Array[::String])


867
868
869
# File 'sig/types.rbs', line 867

def allowed_origins
  @allowed_origins
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def arn
  @arn
end

#enable_strict_origin_enforcementBoolean

Returns the value of attribute enable_strict_origin_enforcement.

Returns:

  • (Boolean)


868
869
870
# File 'sig/types.rbs', line 868

def enable_strict_origin_enforcement
  @enable_strict_origin_enforcement
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def name
  @name
end