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)


692
693
694
# File 'sig/types.rbs', line 692

def path
  @path
end

#source_group::String

Returns the value of attribute source_group.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def source_group
  @source_group
end

#type"DASH", "HLS"

Returns the value of attribute type.

Returns:

  • ("DASH", "HLS")


694
695
696
# File 'sig/types.rbs', line 694

def type
  @type
end