Class: Aws::Transfer::Types::DescribeSecurityPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeSecurityPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_policy_name ⇒ String
Specify the text name of the security policy for which you want the details.
Instance Attribute Details
#security_policy_name ⇒ String
Specify the text name of the security policy for which you want the details.
1783 1784 1785 1786 1787 |
# File 'lib/aws-sdk-transfer/types.rb', line 1783 class DescribeSecurityPolicyRequest < Struct.new( :security_policy_name) SENSITIVE = [] include Aws::Structure end |