Class: Aws::EC2::Types::UpdateSecurityGroupRuleDescriptionsEgressResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

Returns ‘true` if the request succeeds; otherwise, returns an error.

Returns:

  • (Boolean)


67583
67584
67585
67586
67587
# File 'lib/aws-sdk-ec2/types.rb', line 67583

class UpdateSecurityGroupRuleDescriptionsEgressResult < Struct.new(
  :return)
  SENSITIVE = []
  include Aws::Structure
end