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.
963 964 965 |
# File 'sig/types.rbs', line 963 def cidr_ip @cidr_ip end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
956 957 958 |
# File 'sig/types.rbs', line 956 def dry_run @dry_run end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
961 962 963 |
# File 'sig/types.rbs', line 961 def from_port @from_port end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
957 958 959 |
# File 'sig/types.rbs', line 957 def group_id @group_id end |
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
964 965 966 |
# File 'sig/types.rbs', line 964 def @ip_permissions end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
960 961 962 |
# File 'sig/types.rbs', line 960 def ip_protocol @ip_protocol end |
#source_security_group_name ⇒ ::String
Returns the value of attribute source_security_group_name.
958 959 960 |
# File 'sig/types.rbs', line 958 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.
959 960 961 |
# File 'sig/types.rbs', line 959 def source_security_group_owner_id @source_security_group_owner_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
955 956 957 |
# File 'sig/types.rbs', line 955 def tag_specifications @tag_specifications end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
962 963 964 |
# File 'sig/types.rbs', line 962 def to_port @to_port end |