Class: Aws::Types::DescribeSecurityGroupsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7076
7077
7078
# File 'sig/types.rbs', line 7076

def next_token
  @next_token
end

#security_groups::Array[Types::SecurityGroup]

Returns the value of attribute security_groups.

Returns:



7077
7078
7079
# File 'sig/types.rbs', line 7077

def security_groups
  @security_groups
end