Class: Aws::IAM::Types::UploadServerCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UploadServerCertificateResponse
- 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
-
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
-
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the new IAM server certificate.
Instance Attribute Details
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
11607 11608 11609 11610 11611 11612 |
# File 'lib/aws-sdk-iam/types.rb', line 11607 class UploadServerCertificateResponse < Struct.new( :server_certificate_metadata, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<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*.
11607 11608 11609 11610 11611 11612 |
# File 'lib/aws-sdk-iam/types.rb', line 11607 class UploadServerCertificateResponse < Struct.new( :server_certificate_metadata, :tags) SENSITIVE = [] include Aws::Structure end |