Class: Aws::Types::CreateLiveSourceRequest

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:



216
217
218
# File 'sig/types.rbs', line 216

def http_package_configurations
  @http_package_configurations
end

#live_source_name::String

Returns the value of attribute live_source_name.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def live_source_name
  @live_source_name
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def source_location_name
  @source_location_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


219
220
221
# File 'sig/types.rbs', line 219

def tags
  @tags
end