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.
57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 |
# File 'lib/aws-sdk-ec2/types.rb', line 57652 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`.
57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 |
# File 'lib/aws-sdk-ec2/types.rb', line 57652 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.
57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 |
# File 'lib/aws-sdk-ec2/types.rb', line 57652 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.
57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 |
# File 'lib/aws-sdk-ec2/types.rb', line 57652 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.
57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 |
# File 'lib/aws-sdk-ec2/types.rb', line 57652 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.
57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 |
# File 'lib/aws-sdk-ec2/types.rb', line 57652 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.
57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 |
# File 'lib/aws-sdk-ec2/types.rb', line 57652 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.
57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 |
# File 'lib/aws-sdk-ec2/types.rb', line 57652 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.
57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 |
# File 'lib/aws-sdk-ec2/types.rb', line 57652 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.
57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 |
# File 'lib/aws-sdk-ec2/types.rb', line 57652 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 |