Class: Aws::IVS::Types::DeletePlaybackKeyPairRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DeletePlaybackKeyPairRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
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.
755 756 757 758 759 |
# File 'lib/aws-sdk-ivs/types.rb', line 755 class DeletePlaybackKeyPairRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |