Class: Aws::IoT::Types::AcceptCertificateTransferRequest

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

Overview

The input for the AcceptCertificateTransfer operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_idString

The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

Returns:

  • (String)


68
69
70
71
72
73
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 68

class AcceptCertificateTransferRequest < Struct.new(
  :certificate_id,
  :set_as_active)
  SENSITIVE = []
  include Aws::Structure
end

#set_as_activeBoolean

Specifies whether the certificate is active.

Returns:

  • (Boolean)


68
69
70
71
72
73
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 68

class AcceptCertificateTransferRequest < Struct.new(
  :certificate_id,
  :set_as_active)
  SENSITIVE = []
  include Aws::Structure
end