Class: Aws::IoT::Types::CACertificate

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

Overview

A CA certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The ARN of the CA certificate.

Returns:

  • (String)


1506
1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-iot/types.rb', line 1506

class CACertificate < Struct.new(
  :certificate_arn,
  :certificate_id,
  :status,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_idString

The ID of the CA certificate.

Returns:

  • (String)


1506
1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-iot/types.rb', line 1506

class CACertificate < Struct.new(
  :certificate_arn,
  :certificate_id,
  :status,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The date the CA certificate was created.

Returns:

  • (Time)


1506
1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-iot/types.rb', line 1506

class CACertificate < Struct.new(
  :certificate_arn,
  :certificate_id,
  :status,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the CA certificate.

The status value REGISTER_INACTIVE is deprecated and should not be used.

Returns:

  • (String)


1506
1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-iot/types.rb', line 1506

class CACertificate < Struct.new(
  :certificate_arn,
  :certificate_id,
  :status,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end