Class: Aws::Types::ListInputSecurityGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#input_security_groups::Array[Types::InputSecurityGroup]

Returns the value of attribute input_security_groups.

Returns:



2047
2048
2049
# File 'sig/types.rbs', line 2047

def input_security_groups
  @input_security_groups
end

#next_token::String

Returns the value of attribute next_token.

Returns:



2048
2049
2050
# File 'sig/types.rbs', line 2048

def next_token
  @next_token
end