Class: Aws::EC2::Types::RevokeSecurityGroupEgressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RevokeSecurityGroupEgressRequest
- Includes:
- Structure
- Defined in:
- 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.
59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 |
# File 'lib/aws-sdk-ec2/types.rb', line 59258 class RevokeSecurityGroupEgressRequest < Struct.new( :dry_run, :group_id, :ip_permissions, :security_group_rule_ids, :cidr_ip, :from_port, :ip_protocol, :to_port, :source_security_group_name, :source_security_group_owner_id) 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`.
59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 |
# File 'lib/aws-sdk-ec2/types.rb', line 59258 class RevokeSecurityGroupEgressRequest < Struct.new( :dry_run, :group_id, :ip_permissions, :security_group_rule_ids, :cidr_ip, :from_port, :ip_protocol, :to_port, :source_security_group_name, :source_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#from_port ⇒ Integer
Not supported. Use a set of IP permissions to specify the port.
59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 |
# File 'lib/aws-sdk-ec2/types.rb', line 59258 class RevokeSecurityGroupEgressRequest < Struct.new( :dry_run, :group_id, :ip_permissions, :security_group_rule_ids, :cidr_ip, :from_port, :ip_protocol, :to_port, :source_security_group_name, :source_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The ID of the security group.
59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 |
# File 'lib/aws-sdk-ec2/types.rb', line 59258 class RevokeSecurityGroupEgressRequest < Struct.new( :dry_run, :group_id, :ip_permissions, :security_group_rule_ids, :cidr_ip, :from_port, :ip_protocol, :to_port, :source_security_group_name, :source_security_group_owner_id) 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.
59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 |
# File 'lib/aws-sdk-ec2/types.rb', line 59258 class RevokeSecurityGroupEgressRequest < Struct.new( :dry_run, :group_id, :ip_permissions, :security_group_rule_ids, :cidr_ip, :from_port, :ip_protocol, :to_port, :source_security_group_name, :source_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#ip_protocol ⇒ String
Not supported. Use a set of IP permissions to specify the protocol name or number.
59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 |
# File 'lib/aws-sdk-ec2/types.rb', line 59258 class RevokeSecurityGroupEgressRequest < Struct.new( :dry_run, :group_id, :ip_permissions, :security_group_rule_ids, :cidr_ip, :from_port, :ip_protocol, :to_port, :source_security_group_name, :source_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#security_group_rule_ids ⇒ Array<String>
The IDs of the security group rules.
59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 |
# File 'lib/aws-sdk-ec2/types.rb', line 59258 class RevokeSecurityGroupEgressRequest < Struct.new( :dry_run, :group_id, :ip_permissions, :security_group_rule_ids, :cidr_ip, :from_port, :ip_protocol, :to_port, :source_security_group_name, :source_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#source_security_group_name ⇒ String
Not supported. Use a set of IP permissions to specify a destination security group.
59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 |
# File 'lib/aws-sdk-ec2/types.rb', line 59258 class RevokeSecurityGroupEgressRequest < Struct.new( :dry_run, :group_id, :ip_permissions, :security_group_rule_ids, :cidr_ip, :from_port, :ip_protocol, :to_port, :source_security_group_name, :source_security_group_owner_id) 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.
59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 |
# File 'lib/aws-sdk-ec2/types.rb', line 59258 class RevokeSecurityGroupEgressRequest < Struct.new( :dry_run, :group_id, :ip_permissions, :security_group_rule_ids, :cidr_ip, :from_port, :ip_protocol, :to_port, :source_security_group_name, :source_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
Not supported. Use a set of IP permissions to specify the port.
59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 |
# File 'lib/aws-sdk-ec2/types.rb', line 59258 class RevokeSecurityGroupEgressRequest < Struct.new( :dry_run, :group_id, :ip_permissions, :security_group_rule_ids, :cidr_ip, :from_port, :ip_protocol, :to_port, :source_security_group_name, :source_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |