Class: Aws::Types::AuthorizeSecurityGroupEgressRequest
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizeSecurityGroupEgressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
-
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
-
#source_security_group_name ⇒ ::String
Returns the value of attribute source_security_group_name.
-
#source_security_group_owner_id ⇒ ::String
Returns the value of attribute source_security_group_owner_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
Instance Attribute Details
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def cidr_ip @cidr_ip end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def dry_run @dry_run end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def from_port @from_port end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def group_id @group_id end |
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def @ip_permissions end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def ip_protocol @ip_protocol end |
#source_security_group_name ⇒ ::String
Returns the value of attribute source_security_group_name.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def source_security_group_name @source_security_group_name end |
#source_security_group_owner_id ⇒ ::String
Returns the value of attribute source_security_group_owner_id.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def source_security_group_owner_id @source_security_group_owner_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def tag_specifications @tag_specifications end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def to_port @to_port end |