Class: Aws::IAM::Types::UploadServerCertificateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful UploadServerCertificate request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_certificate_metadataTypes::ServerCertificateMetadata

The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.



11631
11632
11633
11634
11635
11636
# File 'lib/aws-sdk-iam/types.rb', line 11631

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

#tagsArray<Types::Tag>

A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key. 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:



11631
11632
11633
11634
11635
11636
# File 'lib/aws-sdk-iam/types.rb', line 11631

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