Class: Aws::Types::CreateVodSourceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


322
323
324
# File 'sig/types.rbs', line 322

def creation_time
  @creation_time
end

#http_package_configurations::Array[Types::HttpPackageConfiguration]

Returns the value of attribute http_package_configurations.

Returns:



323
324
325
# File 'sig/types.rbs', line 323

def http_package_configurations
  @http_package_configurations
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


324
325
326
# File 'sig/types.rbs', line 324

def last_modified_time
  @last_modified_time
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def source_location_name
  @source_location_name
end

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

Returns the value of attribute tags.

Returns:

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


326
327
328
# File 'sig/types.rbs', line 326

def tags
  @tags
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def vod_source_name
  @vod_source_name
end