Class: Aws::EC2::Types::SecurityGroupRuleUpdate

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

Overview

Describes an update to a security group rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_ruleTypes::SecurityGroupRuleRequest

Information about the security group rule.



60511
60512
60513
60514
60515
60516
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60511

class SecurityGroupRuleUpdate < Struct.new(
  :security_group_rule_id,
  :security_group_rule)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_rule_idString

The ID of the security group rule.

Returns:

  • (String)


60511
60512
60513
60514
60515
60516
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60511

class SecurityGroupRuleUpdate < Struct.new(
  :security_group_rule_id,
  :security_group_rule)
  SENSITIVE = []
  include Aws::Structure
end