Class: Aws::Transfer::Types::DescribeProfileRequest

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

#profile_idString

The identifier of the profile that you want described.

Returns:

  • (String)


1720
1721
1722
1723
1724
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1720

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