Class: Aws::IoT::Types::OutgoingCertificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::OutgoingCertificate
- Includes:
- Structure
- Defined in:
- 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.
12913 12914 12915 12916 12917 12918 12919 12920 12921 12922 |
# File 'lib/aws-sdk-iot/types.rb', line 12913 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.
12913 12914 12915 12916 12917 12918 12919 12920 12921 12922 |
# File 'lib/aws-sdk-iot/types.rb', line 12913 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.
12913 12914 12915 12916 12917 12918 12919 12920 12921 12922 |
# File 'lib/aws-sdk-iot/types.rb', line 12913 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.
12913 12914 12915 12916 12917 12918 12919 12920 12921 12922 |
# File 'lib/aws-sdk-iot/types.rb', line 12913 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.
12913 12914 12915 12916 12917 12918 12919 12920 12921 12922 |
# File 'lib/aws-sdk-iot/types.rb', line 12913 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.
12913 12914 12915 12916 12917 12918 12919 12920 12921 12922 |
# File 'lib/aws-sdk-iot/types.rb', line 12913 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end |