Class: Aws::Transfer::Types::DescribeProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profileTypes::DescribedProfile

The details of the specified profile, returned as an object.



1732
1733
1734
1735
1736
# File 'lib/aws-sdk-transfer/types.rb', line 1732

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