Class: Aws::Transfer::Types::UpdateCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateCertificateResponse
- Includes:
- Structure
- Defined in:
- 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.
5904 5905 5906 5907 5908 |
# File 'lib/aws-sdk-transfer/types.rb', line 5904 class UpdateCertificateResponse < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |