Class: Aws::Types::AuthorizeSecurityGroupIngressRequest
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizeSecurityGroupIngressRequest
- 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.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#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.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def cidr_ip @cidr_ip end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def dry_run @dry_run end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def from_port @from_port end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def group_name @group_name end |
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def @ip_permissions end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def ip_protocol @ip_protocol end |
#source_security_group_name ⇒ ::String
Returns the value of attribute source_security_group_name.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 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.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def source_security_group_owner_id @source_security_group_owner_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def tag_specifications @tag_specifications end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def to_port @to_port end |