Class: Aws::Types::DescribeSecurityGroupRulesResult

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)


7047
7048
7049
# File 'sig/types.rbs', line 7047

def next_token
  @next_token
end

#security_group_rules::Array[Types::SecurityGroupRule]

Returns the value of attribute security_group_rules.

Returns:



7046
7047
7048
# File 'sig/types.rbs', line 7046

def security_group_rules
  @security_group_rules
end