Class: Aws::RTBFabric::Types::AssociateCertificateResponse

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)


210
211
212
213
214
215
216
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 210

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

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


210
211
212
213
214
215
216
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 210

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

#statusString

The status of the certificate association.

Returns:

  • (String)


210
211
212
213
214
215
216
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 210

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