Class: Aws::EC2::Types::SecurityGroupRuleDescription

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

Overview

Describes the description of a security group rule.

You can use this when you want to update the security group rule description for either an inbound or outbound rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the security group rule.

Returns:

  • (String)


60408
60409
60410
60411
60412
60413
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60408

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

#security_group_rule_idString

The ID of the security group rule.

Returns:

  • (String)


60408
60409
60410
60411
60412
60413
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60408

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