Class: Aws::Types::UpdateLiveSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#http_package_configurations::Array[Types::HttpPackageConfiguration]

Returns the value of attribute http_package_configurations.

Returns:



1233
1234
1235
# File 'sig/types.rbs', line 1233

def http_package_configurations
  @http_package_configurations
end

#live_source_name::String

Returns the value of attribute live_source_name.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def live_source_name
  @live_source_name
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def source_location_name
  @source_location_name
end