Class: Aws::MediaTailor::Types::DeleteSourceLocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeleteSourceLocationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_location_name ⇒ String
The name of the source location.
Instance Attribute Details
#source_location_name ⇒ String
The name of the source location.
1526 1527 1528 1529 1530 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1526 class DeleteSourceLocationRequest < Struct.new( :source_location_name) SENSITIVE = [] include Aws::Structure end |