Class: Aws::Transfer::Types::UpdateProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_idsArray<String>

An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.

Returns:

  • (Array<String>)


5920
5921
5922
5923
5924
5925
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5920

class UpdateProfileRequest < Struct.new(
  :profile_id,
  :certificate_ids)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The identifier of the profile object that you are updating.

Returns:

  • (String)


5920
5921
5922
5923
5924
5925
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5920

class UpdateProfileRequest < Struct.new(
  :profile_id,
  :certificate_ids)
  SENSITIVE = []
  include Aws::Structure
end