Class: Aws::Transfer::Types::DescribeSecurityPolicyRequest

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

#security_policy_nameString

Specifies the name of the security policy that is attached to the server.

Returns:

  • (String)


1562
1563
1564
1565
1566
# File 'lib/aws-sdk-transfer/types.rb', line 1562

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