Class: Aws::Types::UpdateSourceLocationRequest

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.



1289
1290
1291
# File 'sig/types.rbs', line 1289

def access_configuration
  @access_configuration
end

#default_segment_delivery_configurationTypes::DefaultSegmentDeliveryConfiguration

Returns the value of attribute default_segment_delivery_configuration.



1290
1291
1292
# File 'sig/types.rbs', line 1290

def default_segment_delivery_configuration
  @default_segment_delivery_configuration
end

#http_configurationTypes::HttpConfiguration

Returns the value of attribute http_configuration.



1291
1292
1293
# File 'sig/types.rbs', line 1291

def http_configuration
  @http_configuration
end

#segment_delivery_configurations::Array[Types::SegmentDeliveryConfiguration]

Returns the value of attribute segment_delivery_configurations.



1292
1293
1294
# File 'sig/types.rbs', line 1292

def segment_delivery_configurations
  @segment_delivery_configurations
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def source_location_name
  @source_location_name
end