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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


82128
82129
82130
82131
82132
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82128

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