Class: Aws::Types::UpdateVodSourceResponse

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:



1343
1344
1345
# File 'sig/types.rbs', line 1343

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



1344
1345
1346
# File 'sig/types.rbs', line 1344

def creation_time
  @creation_time
end

#http_package_configurations::Array[Types::HttpPackageConfiguration]

Returns the value of attribute http_package_configurations.

Returns:



1345
1346
1347
# File 'sig/types.rbs', line 1345

def http_package_configurations
  @http_package_configurations
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



1346
1347
1348
# File 'sig/types.rbs', line 1346

def last_modified_time
  @last_modified_time
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:



1347
1348
1349
# File 'sig/types.rbs', line 1347

def source_location_name
  @source_location_name
end

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

Returns the value of attribute tags.

Returns:



1348
1349
1350
# File 'sig/types.rbs', line 1348

def tags
  @tags
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:



1349
1350
1351
# File 'sig/types.rbs', line 1349

def vod_source_name
  @vod_source_name
end