Class: Aws::IVS::Types::DeleteStreamKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DeleteStreamKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the stream key to be deleted.
Instance Attribute Details
#arn ⇒ String
ARN of the stream key to be deleted.
795 796 797 798 799 |
# File 'lib/aws-sdk-ivs/types.rb', line 795 class DeleteStreamKeyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |