Class: Aws::ACM::Types::RevokeCertificateResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of the public or private certificate that was revoked.

Returns:

  • (String)


2168
2169
2170
2171
2172
# File 'lib/aws-sdk-acm/types.rb', line 2168

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