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)


3361
3362
3363
3364
3365
# File 'lib/aws-sdk-acm/types.rb', line 3361

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