Class: Aws::IVSRealTime::Types::DeletePublicKeyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the public key to be deleted.

Returns:

  • (String)


517
518
519
520
521
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 517

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