Class: Aws::Types::StaleIpPermission
- Inherits:
-
Object
- Object
- Aws::Types::StaleIpPermission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
-
#ip_ranges ⇒ ::Array[::String]
Returns the value of attribute ip_ranges.
-
#prefix_list_ids ⇒ ::Array[::String]
Returns the value of attribute prefix_list_ids.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
-
#user_id_group_pairs ⇒ ::Array[Types::UserIdGroupPair]
Returns the value of attribute user_id_group_pairs.
Instance Attribute Details
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
17416 17417 17418 |
# File 'sig/types.rbs', line 17416 def from_port @from_port end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
17417 17418 17419 |
# File 'sig/types.rbs', line 17417 def ip_protocol @ip_protocol end |
#ip_ranges ⇒ ::Array[::String]
Returns the value of attribute ip_ranges.
17418 17419 17420 |
# File 'sig/types.rbs', line 17418 def ip_ranges @ip_ranges end |
#prefix_list_ids ⇒ ::Array[::String]
Returns the value of attribute prefix_list_ids.
17419 17420 17421 |
# File 'sig/types.rbs', line 17419 def prefix_list_ids @prefix_list_ids end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
17420 17421 17422 |
# File 'sig/types.rbs', line 17420 def to_port @to_port end |
#user_id_group_pairs ⇒ ::Array[Types::UserIdGroupPair]
Returns the value of attribute user_id_group_pairs.
17421 17422 17423 |
# File 'sig/types.rbs', line 17421 def user_id_group_pairs @user_id_group_pairs end |