Class: Aws::IVS::Types::DeletePlaybackKeyPairRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DeletePlaybackKeyPairRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Note:
When making an API call, you may pass DeletePlaybackKeyPairRequest data as a hash:
{
arn: "PlaybackKeyPairArn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the key pair to be deleted.
Instance Attribute Details
#arn ⇒ String
ARN of the key pair to be deleted.
559 560 561 562 563 |
# File 'lib/aws-sdk-ivs/types.rb', line 559 class DeletePlaybackKeyPairRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |