Class: Aws::IVS::Types::GetStreamKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetStreamKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Note:
When making an API call, you may pass GetStreamKeyRequest data as a hash:
{
arn: "StreamKeyArn", # required
}
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.
751 752 753 754 755 |
# File 'lib/aws-sdk-ivs/types.rb', line 751 class GetStreamKeyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |