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)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def return
  @return
end

#security_group_rules::Array[Types::SecurityGroupRule]

Returns the value of attribute security_group_rules.

Returns:



1077
1078
1079
# File 'sig/types.rbs', line 1077

def security_group_rules
  @security_group_rules
end