Class: Aws::EC2::Types::UpdateSecurityGroupRuleDescriptionsIngressRequest

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

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Returns:

  • (Boolean)


66306
66307
66308
66309
66310
66311
66312
66313
66314
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66306

class UpdateSecurityGroupRuleDescriptionsIngressRequest < Struct.new(
  :dry_run,
  :group_id,
  :group_name,
  :ip_permissions,
  :security_group_rule_descriptions)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

Returns:

  • (String)


66306
66307
66308
66309
66310
66311
66312
66313
66314
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66306

class UpdateSecurityGroupRuleDescriptionsIngressRequest < Struct.new(
  :dry_run,
  :group_id,
  :group_name,
  :ip_permissions,
  :security_group_rule_descriptions)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name. For security groups in a nondefault VPC, you must specify the security group ID.

Returns:

  • (String)


66306
66307
66308
66309
66310
66311
66312
66313
66314
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66306

class UpdateSecurityGroupRuleDescriptionsIngressRequest < Struct.new(
  :dry_run,
  :group_id,
  :group_name,
  :ip_permissions,
  :security_group_rule_descriptions)
  SENSITIVE = []
  include Aws::Structure
end

#ip_permissionsArray<Types::IpPermission>

The IP permissions for the security group rule. You must specify either IP permissions or a description.

Returns:



66306
66307
66308
66309
66310
66311
66312
66313
66314
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66306

class UpdateSecurityGroupRuleDescriptionsIngressRequest < Struct.new(
  :dry_run,
  :group_id,
  :group_name,
  :ip_permissions,
  :security_group_rule_descriptions)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_rule_descriptionsArray<Types::SecurityGroupRuleDescription>

The description for the ingress security group rules. You must specify either a description or IP permissions.



66306
66307
66308
66309
66310
66311
66312
66313
66314
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66306

class UpdateSecurityGroupRuleDescriptionsIngressRequest < Struct.new(
  :dry_run,
  :group_id,
  :group_name,
  :ip_permissions,
  :security_group_rule_descriptions)
  SENSITIVE = []
  include Aws::Structure
end