Class: Aws::RTBFabric::Types::DisassociateCertificateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acm_certificate_arn ⇒ String

The Amazon Resource Name (ARN) of the ACM certificate to disassociate.

Returns:

  • (String)


1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1103

class DisassociateCertificateRequest < Struct.new(
  :gateway_id,
  :acm_certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_id ⇒ String

The unique identifier of the gateway.

Returns:

  • (String)


1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1103

class DisassociateCertificateRequest < Struct.new(
  :gateway_id,
  :acm_certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end