Class: Aws::EFS::Types::DescribeMountTargetSecurityGroupsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_groupsArray<String>

An array of security groups.

Returns:

  • (Array<String>)


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