Class: Aws::IAM::Types::ServerCertificate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#certificate_bodyString

The contents of the public key certificate.

Returns:

  • (String)


9154
9155
9156
9157
9158
9159
9160
9161
# File 'lib/aws-sdk-iam/types.rb', line 9154

class ServerCertificate < Struct.new(
  :server_certificate_metadata,
  :certificate_body,
  :certificate_chain,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_chainString

The contents of the public key certificate chain.

Returns:

  • (String)


9154
9155
9156
9157
9158
9159
9160
9161
# File 'lib/aws-sdk-iam/types.rb', line 9154

class ServerCertificate < Struct.new(
  :server_certificate_metadata,
  :certificate_body,
  :certificate_chain,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#server_certificate_metadataTypes::ServerCertificateMetadata

The meta information of the server certificate, such as its name, path, ID, and ARN.



9154
9155
9156
9157
9158
9159
9160
9161
# File 'lib/aws-sdk-iam/types.rb', line 9154

class ServerCertificate < Struct.new(
  :server_certificate_metadata,
  :certificate_body,
  :certificate_chain,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<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*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html

Returns:



9154
9155
9156
9157
9158
9159
9160
9161
# File 'lib/aws-sdk-iam/types.rb', line 9154

class ServerCertificate < Struct.new(
  :server_certificate_metadata,
  :certificate_body,
  :certificate_chain,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end