Class: Aws::ACM::Types::RevokeAcmeAccountRequest

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

#account_urlString

The URL of the ACME account to revoke.

Returns:

  • (String)


3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3314

class RevokeAcmeAccountRequest < Struct.new(
  :acme_endpoint_arn,
  :account_url)
  SENSITIVE = []
  include Aws::Structure
end

#acme_endpoint_arnString

The Amazon Resource Name (ARN) of the ACME endpoint.

Returns:

  • (String)


3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3314

class RevokeAcmeAccountRequest < Struct.new(
  :acme_endpoint_arn,
  :account_url)
  SENSITIVE = []
  include Aws::Structure
end