Class: Aws::Transfer::Types::DescribeSecurityPolicyResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Transfer::Types::DescribeSecurityPolicyResponse
 
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #security_policy  ⇒ Types::DescribedSecurityPolicy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array containing the properties of the security policy. 
Instance Attribute Details
#security_policy ⇒ Types::DescribedSecurityPolicy
An array containing the properties of the security policy.
| 2085 2086 2087 2088 2089 | # File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2085 class DescribeSecurityPolicyResponse < Struct.new( :security_policy) SENSITIVE = [] include Aws::Structure end |