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.
975 976 977 |
# File 'sig/types.rbs', line 975 def cidr_ip @cidr_ip end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
985 986 987 |
# File 'sig/types.rbs', line 985 def dry_run @dry_run end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
976 977 978 |
# File 'sig/types.rbs', line 976 def from_port @from_port end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
977 978 979 |
# File 'sig/types.rbs', line 977 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
978 979 980 |
# File 'sig/types.rbs', line 978 def group_name @group_name end |
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
979 980 981 |
# File 'sig/types.rbs', line 979 def @ip_permissions end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
980 981 982 |
# File 'sig/types.rbs', line 980 def ip_protocol @ip_protocol end |
#source_security_group_name ⇒ ::String
Returns the value of attribute source_security_group_name.
981 982 983 |
# File 'sig/types.rbs', line 981 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.
982 983 984 |
# File 'sig/types.rbs', line 982 def source_security_group_owner_id @source_security_group_owner_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
984 985 986 |
# File 'sig/types.rbs', line 984 def tag_specifications @tag_specifications end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
983 984 985 |
# File 'sig/types.rbs', line 983 def to_port @to_port end |