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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/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)


2176
2177
2178
2179
2180
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2176

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