Class: Aws::MediaTailor::Types::DescribeSourceLocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DescribeSourceLocationRequest
- 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.
1808 1809 1810 1811 1812 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1808 class DescribeSourceLocationRequest < Struct.new( :source_location_name) SENSITIVE = [] include Aws::Structure end |