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.
692 693 694 |
# File 'sig/types.rbs', line 692 def path @path end |
#source_group ⇒ ::String
Returns the value of attribute source_group.
693 694 695 |
# File 'sig/types.rbs', line 693 def source_group @source_group end |
#type ⇒ "DASH", "HLS"
Returns the value of attribute type.
694 695 696 |
# File 'sig/types.rbs', line 694 def type @type end |