Class: Aws::ACM::Types::RevokeAcmeAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::RevokeAcmeAccountRequest
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_url ⇒ String
The URL of the ACME account to revoke.
-
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
Instance Attribute Details
#account_url ⇒ String
The URL of the ACME account to revoke.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
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 |