Class: Aws::Transfer::Types::UpdateProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_ids ⇒ Array<String>
An array of identifiers for the imported certificates.
-
#profile_id ⇒ String
The identifier of the profile object that you are updating.
Instance Attribute Details
#certificate_ids ⇒ Array<String>
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
6054 6055 6056 6057 6058 6059 |
# File 'lib/aws-sdk-transfer/types.rb', line 6054 class UpdateProfileRequest < Struct.new( :profile_id, :certificate_ids) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The identifier of the profile object that you are updating.
6054 6055 6056 6057 6058 6059 |
# File 'lib/aws-sdk-transfer/types.rb', line 6054 class UpdateProfileRequest < Struct.new( :profile_id, :certificate_ids) SENSITIVE = [] include Aws::Structure end |