Class: Aws::Types::PlaybackRestrictionPolicySummary

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:



594
595
596
# File 'sig/types.rbs', line 594

def allowed_countries
  @allowed_countries
end

#allowed_origins::Array[::String]

Returns the value of attribute allowed_origins.

Returns:



595
596
597
# File 'sig/types.rbs', line 595

def allowed_origins
  @allowed_origins
end

#arn::String

Returns the value of attribute arn.

Returns:



593
594
595
# File 'sig/types.rbs', line 593

def arn
  @arn
end

#enable_strict_origin_enforcementBoolean

Returns the value of attribute enable_strict_origin_enforcement.

Returns:



596
597
598
# File 'sig/types.rbs', line 596

def enable_strict_origin_enforcement
  @enable_strict_origin_enforcement
end

#name::String

Returns the value of attribute name.

Returns:



597
598
599
# File 'sig/types.rbs', line 597

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



598
599
600
# File 'sig/types.rbs', line 598

def tags
  @tags
end