Class: Aws::Types::UpdateSourceLocationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_configurationTypes::AccessConfiguration

Returns the value of attribute access_configuration.



1298
1299
1300
# File 'sig/types.rbs', line 1298

def access_configuration
  @access_configuration
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1299
1300
1301
# File 'sig/types.rbs', line 1299

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def creation_time
  @creation_time
end

#default_segment_delivery_configurationTypes::DefaultSegmentDeliveryConfiguration

Returns the value of attribute default_segment_delivery_configuration.



1301
1302
1303
# File 'sig/types.rbs', line 1301

def default_segment_delivery_configuration
  @default_segment_delivery_configuration
end

#http_configurationTypes::HttpConfiguration

Returns the value of attribute http_configuration.



1302
1303
1304
# File 'sig/types.rbs', line 1302

def http_configuration
  @http_configuration
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def last_modified_time
  @last_modified_time
end

#segment_delivery_configurations::Array[Types::SegmentDeliveryConfiguration]

Returns the value of attribute segment_delivery_configurations.



1304
1305
1306
# File 'sig/types.rbs', line 1304

def segment_delivery_configurations
  @segment_delivery_configurations
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def source_location_name
  @source_location_name
end

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

Returns the value of attribute tags.

Returns:

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


1306
1307
1308
# File 'sig/types.rbs', line 1306

def tags
  @tags
end