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.
5942 5943 5944 5945 5946 5947 |
# File 'lib/aws-sdk-transfer/types.rb', line 5942 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.
5942 5943 5944 5945 5946 5947 |
# File 'lib/aws-sdk-transfer/types.rb', line 5942 class UpdateProfileRequest < Struct.new( :profile_id, :certificate_ids) SENSITIVE = [] include Aws::Structure end |