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.
6253 6254 6255 6256 6257 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6253 class UpdateCertificateResponse < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |