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)


1583
1584
1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-iot/types.rb', line 1583

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)


1583
1584
1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-iot/types.rb', line 1583

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)


1583
1584
1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-iot/types.rb', line 1583

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)


1583
1584
1585
1586
1587
1588
1589
1590
# File 'lib/aws-sdk-iot/types.rb', line 1583

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