Class: Aws::IVS::Types::GetPlaybackKeyPairRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the key pair to be returned.

Returns:

  • (String)


811
812
813
814
815
# File 'lib/aws-sdk-ivs/types.rb', line 811

class GetPlaybackKeyPairRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end