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.
13610 13611 13612 13613 13614 13615 13616 13617 13618 13619 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13610 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.
13610 13611 13612 13613 13614 13615 13616 13617 13618 13619 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13610 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.
13610 13611 13612 13613 13614 13615 13616 13617 13618 13619 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13610 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.
13610 13611 13612 13613 13614 13615 13616 13617 13618 13619 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13610 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.
13610 13611 13612 13613 13614 13615 13616 13617 13618 13619 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13610 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.
13610 13611 13612 13613 13614 13615 13616 13617 13618 13619 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13610 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end |