Class: Aws::EC2::Types::RevokeSecurityGroupEgressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RevokeSecurityGroupEgressRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_ip ⇒ String
Not supported.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#from_port ⇒ Integer
Not supported.
-
#group_id ⇒ String
The ID of the security group.
-
#ip_permissions ⇒ Array<Types::IpPermission>
The sets of IP permissions.
-
#ip_protocol ⇒ String
Not supported.
-
#security_group_rule_ids ⇒ Array<String>
The IDs of the security group rules.
-
#source_security_group_name ⇒ String
Not supported.
-
#source_security_group_owner_id ⇒ String
Not supported.
-
#to_port ⇒ Integer
Not supported.
Instance Attribute Details
#cidr_ip ⇒ String
Not supported. Use a set of IP permissions to specify the CIDR.
66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66458 class RevokeSecurityGroupEgressRequest < Struct.new( :security_group_rule_ids, :dry_run, :group_id, :source_security_group_name, :source_security_group_owner_id, :ip_protocol, :from_port, :to_port, :cidr_ip, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
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
.
66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66458 class RevokeSecurityGroupEgressRequest < Struct.new( :security_group_rule_ids, :dry_run, :group_id, :source_security_group_name, :source_security_group_owner_id, :ip_protocol, :from_port, :to_port, :cidr_ip, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#from_port ⇒ Integer
Not supported. Use a set of IP permissions to specify the port.
66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66458 class RevokeSecurityGroupEgressRequest < Struct.new( :security_group_rule_ids, :dry_run, :group_id, :source_security_group_name, :source_security_group_owner_id, :ip_protocol, :from_port, :to_port, :cidr_ip, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The ID of the security group.
66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66458 class RevokeSecurityGroupEgressRequest < Struct.new( :security_group_rule_ids, :dry_run, :group_id, :source_security_group_name, :source_security_group_owner_id, :ip_protocol, :from_port, :to_port, :cidr_ip, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#ip_permissions ⇒ Array<Types::IpPermission>
The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66458 class RevokeSecurityGroupEgressRequest < Struct.new( :security_group_rule_ids, :dry_run, :group_id, :source_security_group_name, :source_security_group_owner_id, :ip_protocol, :from_port, :to_port, :cidr_ip, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#ip_protocol ⇒ String
Not supported. Use a set of IP permissions to specify the protocol name or number.
66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66458 class RevokeSecurityGroupEgressRequest < Struct.new( :security_group_rule_ids, :dry_run, :group_id, :source_security_group_name, :source_security_group_owner_id, :ip_protocol, :from_port, :to_port, :cidr_ip, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#security_group_rule_ids ⇒ Array<String>
The IDs of the security group rules.
66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66458 class RevokeSecurityGroupEgressRequest < Struct.new( :security_group_rule_ids, :dry_run, :group_id, :source_security_group_name, :source_security_group_owner_id, :ip_protocol, :from_port, :to_port, :cidr_ip, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#source_security_group_name ⇒ String
Not supported. Use a set of IP permissions to specify a destination security group.
66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66458 class RevokeSecurityGroupEgressRequest < Struct.new( :security_group_rule_ids, :dry_run, :group_id, :source_security_group_name, :source_security_group_owner_id, :ip_protocol, :from_port, :to_port, :cidr_ip, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#source_security_group_owner_id ⇒ String
Not supported. Use a set of IP permissions to specify a destination security group.
66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66458 class RevokeSecurityGroupEgressRequest < Struct.new( :security_group_rule_ids, :dry_run, :group_id, :source_security_group_name, :source_security_group_owner_id, :ip_protocol, :from_port, :to_port, :cidr_ip, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
Not supported. Use a set of IP permissions to specify the port.
66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66458 class RevokeSecurityGroupEgressRequest < Struct.new( :security_group_rule_ids, :dry_run, :group_id, :source_security_group_name, :source_security_group_owner_id, :ip_protocol, :from_port, :to_port, :cidr_ip, :ip_permissions) SENSITIVE = [] include Aws::Structure end |