Class: Aws::IVSRealTime::Types::DeletePublicKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::DeletePublicKeyRequest
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the public key to be deleted.
Instance Attribute Details
#arn ⇒ String
ARN of the public key to be deleted.
517 518 519 520 521 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 517 class DeletePublicKeyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |