Class: Aws::Types::VodSource

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)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def creation_time
  @creation_time
end

#http_package_configurations::Array[Types::HttpPackageConfiguration]

Returns the value of attribute http_package_configurations.

Returns:



1336
1337
1338
# File 'sig/types.rbs', line 1336

def http_package_configurations
  @http_package_configurations
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def last_modified_time
  @last_modified_time
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def source_location_name
  @source_location_name
end

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

Returns the value of attribute tags.

Returns:

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


1339
1340
1341
# File 'sig/types.rbs', line 1339

def tags
  @tags
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def vod_source_name
  @vod_source_name
end