Class: Aws::EFS::Types::DescribeMountTargetSecurityGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DescribeMountTargetSecurityGroupsResponse
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_groups ⇒ Array<String>
An array of security groups.
Instance Attribute Details
#security_groups ⇒ Array<String>
An array of security groups.
951 952 953 954 955 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 951 class DescribeMountTargetSecurityGroupsResponse < Struct.new( :security_groups) SENSITIVE = [] include Aws::Structure end |