Class: Aws::RTBFabric::Types::DisassociateCertificateResponse

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_arnString

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

Returns:

  • (String)


1007
1008
1009
1010
1011
1012
1013
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1007

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

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


1007
1008
1009
1010
1011
1012
1013
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1007

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

#statusString

The status of the certificate association.

Returns:

  • (String)


1007
1008
1009
1010
1011
1012
1013
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1007

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