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