Class: Aws::Transfer::Types::UpdateCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateCertificateResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_id ⇒ String
Returns the identifier of the certificate object that you are updating.
Instance Attribute Details
#certificate_id ⇒ String
Returns the identifier of the certificate object that you are updating.
7050 7051 7052 7053 7054 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7050 class UpdateCertificateResponse < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |