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

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

#profileTypes::DescribedProfile

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



2060
2061
2062
2063
2064
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2060

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