Class: Aws::IVS::Types::GetPlaybackKeyPairRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetPlaybackKeyPairRequest
- 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 returned.
Instance Attribute Details
#arn ⇒ String
ARN of the key pair to be returned.
848 849 850 851 852 |
# File 'lib/aws-sdk-ivs/types.rb', line 848 class GetPlaybackKeyPairRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |