Class: Aws::EC2::Types::AuthorizeSecurityGroupEgressResult

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)


3297
3298
3299
3300
3301
3302
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3297

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

#security_group_rulesArray<Types::SecurityGroupRule>

Information about the outbound (egress) security group rules that were added.

Returns:



3297
3298
3299
3300
3301
3302
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3297

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