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.
57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 |
# File 'lib/aws-sdk-ec2/types.rb', line 57534 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`.
57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 |
# File 'lib/aws-sdk-ec2/types.rb', line 57534 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.
57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 |
# File 'lib/aws-sdk-ec2/types.rb', line 57534 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.
57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 |
# File 'lib/aws-sdk-ec2/types.rb', line 57534 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.
57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 |
# File 'lib/aws-sdk-ec2/types.rb', line 57534 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.
57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 |
# File 'lib/aws-sdk-ec2/types.rb', line 57534 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.
57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 |
# File 'lib/aws-sdk-ec2/types.rb', line 57534 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.
57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 |
# File 'lib/aws-sdk-ec2/types.rb', line 57534 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.
57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 |
# File 'lib/aws-sdk-ec2/types.rb', line 57534 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.
57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 |
# File 'lib/aws-sdk-ec2/types.rb', line 57534 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 |