Class: Aws::IVS::Types::GetStreamKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetStreamKeyRequest
- Defined in:
- gems/aws-sdk-ivs/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 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 923 class GetStreamKeyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |