Class: Aws::Types::HttpPackageConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def path
  @path
end

#source_group::String

Returns the value of attribute source_group.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def source_group
  @source_group
end

#type"DASH", "HLS"

Returns the value of attribute type.

Returns:

  • ("DASH", "HLS")


676
677
678
# File 'sig/types.rbs', line 676

def type
  @type
end