Class: Aws::Types::AuthorizeSecurityGroupIngressResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

Returns the value of attribute return.

Returns:

  • (Boolean)


990
991
992
# File 'sig/types.rbs', line 990

def return
  @return
end

#security_group_rules::Array[Types::SecurityGroupRule]

Returns the value of attribute security_group_rules.

Returns:



991
992
993
# File 'sig/types.rbs', line 991

def security_group_rules
  @security_group_rules
end