Class: Aws::Types::GetSecurityGroupsForVpcResult

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)


10357
10358
10359
# File 'sig/types.rbs', line 10357

def next_token
  @next_token
end

#security_group_for_vpcs::Array[Types::SecurityGroupForVpc]

Returns the value of attribute security_group_for_vpcs.

Returns:



10358
10359
10360
# File 'sig/types.rbs', line 10358

def security_group_for_vpcs
  @security_group_for_vpcs
end