Class: Aws::IoT::Types::OutgoingCertificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::OutgoingCertificate
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
A certificate that has been transferred but not yet accepted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The certificate ARN.
-
#certificate_id ⇒ String
The certificate ID.
-
#creation_date ⇒ Time
The certificate creation date.
-
#transfer_date ⇒ Time
The date the transfer was initiated.
-
#transfer_message ⇒ String
The transfer message.
-
#transferred_to ⇒ String
The Amazon Web Services account to which the transfer was made.
Instance Attribute Details
#certificate_arn ⇒ String
The certificate ARN.
13651 13652 13653 13654 13655 13656 13657 13658 13659 13660 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13651 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end |
#certificate_id ⇒ String
The certificate ID.
13651 13652 13653 13654 13655 13656 13657 13658 13659 13660 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13651 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The certificate creation date.
13651 13652 13653 13654 13655 13656 13657 13658 13659 13660 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13651 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end |
#transfer_date ⇒ Time
The date the transfer was initiated.
13651 13652 13653 13654 13655 13656 13657 13658 13659 13660 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13651 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end |
#transfer_message ⇒ String
The transfer message.
13651 13652 13653 13654 13655 13656 13657 13658 13659 13660 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13651 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end |
#transferred_to ⇒ String
The Amazon Web Services account to which the transfer was made.
13651 13652 13653 13654 13655 13656 13657 13658 13659 13660 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13651 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end |