Class: Aws::IVS::Types::GetStreamKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetStreamKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN for the stream key to be retrieved.
Instance Attribute Details
#arn ⇒ String
ARN for the stream key to be retrieved.
923 924 925 926 927 |
# File 'lib/aws-sdk-ivs/types.rb', line 923 class GetStreamKeyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |