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

Specify the text name of the security policy for which you want the details.



2133
2134
2135
2136
2137
# File 'lib/aws-sdk-transfer/types.rb', line 2133

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