Class: Aws::Types::HttpPackageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HttpPackageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path ⇒ ::String
Returns the value of attribute path.
-
#source_group ⇒ ::String
Returns the value of attribute source_group.
-
#type ⇒ "DASH", "HLS"
Returns the value of attribute type.
Instance Attribute Details
#path ⇒ ::String
Returns the value of attribute path.
674 675 676 |
# File 'sig/types.rbs', line 674 def path @path end |
#source_group ⇒ ::String
Returns the value of attribute source_group.
675 676 677 |
# File 'sig/types.rbs', line 675 def source_group @source_group end |
#type ⇒ "DASH", "HLS"
Returns the value of attribute type.
676 677 678 |
# File 'sig/types.rbs', line 676 def type @type end |