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_ids ⇒ Array<String>

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

Returns:

  • (Array<String>)


7343
7344
7345
7346
7347
7348
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7343

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.

Returns:

  • (String)


7343
7344
7345
7346
7347
7348
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7343

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