Class: Aws::IVS::Types::ImportPlaybackKeyPairResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ImportPlaybackKeyPairResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#key_pair ⇒ Types::PlaybackKeyPair
1033 1034 1035 1036 1037 |
# File 'lib/aws-sdk-ivs/types.rb', line 1033 class ImportPlaybackKeyPairResponse < Struct.new( :key_pair) SENSITIVE = [] include Aws::Structure end |