Class: Aws::WorkLink::Types::WebsiteCaSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::WebsiteCaSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
The summary of the certificate authority (CA).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The time when the CA was added.
-
#display_name ⇒ String
The name to display.
-
#website_ca_id ⇒ String
A unique identifier for the CA.
Instance Attribute Details
#created_time ⇒ Time
The time when the CA was added.
1283 1284 1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-worklink/types.rb', line 1283 class WebsiteCaSummary < Struct.new( :website_ca_id, :created_time, :display_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name to display.
1283 1284 1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-worklink/types.rb', line 1283 class WebsiteCaSummary < Struct.new( :website_ca_id, :created_time, :display_name) SENSITIVE = [] include Aws::Structure end |
#website_ca_id ⇒ String
A unique identifier for the CA.
1283 1284 1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-worklink/types.rb', line 1283 class WebsiteCaSummary < Struct.new( :website_ca_id, :created_time, :display_name) SENSITIVE = [] include Aws::Structure end |