Class: Aws::IAM::Types::ServerCertificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ServerCertificate
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains information about a server certificate.
This data type is used as a response element in the GetServerCertificate operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_body ⇒ String
The contents of the public key certificate.
-
#certificate_chain ⇒ String
The contents of the public key certificate chain.
-
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
The meta information of the server certificate, such as its name, path, ID, and ARN.
-
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the server certificate.
Instance Attribute Details
#certificate_body ⇒ String
The contents of the public key certificate.
9338 9339 9340 9341 9342 9343 9344 9345 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9338 class ServerCertificate < Struct.new( :server_certificate_metadata, :certificate_body, :certificate_chain, :tags) SENSITIVE = [] include Aws::Structure end |
#certificate_chain ⇒ String
The contents of the public key certificate chain.
9338 9339 9340 9341 9342 9343 9344 9345 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9338 class ServerCertificate < Struct.new( :server_certificate_metadata, :certificate_body, :certificate_chain, :tags) SENSITIVE = [] include Aws::Structure end |
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
The meta information of the server certificate, such as its name, path, ID, and ARN.
9338 9339 9340 9341 9342 9343 9344 9345 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9338 class ServerCertificate < Struct.new( :server_certificate_metadata, :certificate_body, :certificate_chain, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
9338 9339 9340 9341 9342 9343 9344 9345 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9338 class ServerCertificate < Struct.new( :server_certificate_metadata, :certificate_body, :certificate_chain, :tags) SENSITIVE = [] include Aws::Structure end |