Class: Aws::Types::ListInputSecurityGroupsResultModel
- Inherits:
-
Object
- Object
- Aws::Types::ListInputSecurityGroupsResultModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_security_groups ⇒ ::Array[Types::InputSecurityGroup]
Returns the value of attribute input_security_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#input_security_groups ⇒ ::Array[Types::InputSecurityGroup]
Returns the value of attribute input_security_groups.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def input_security_groups @input_security_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def next_token @next_token end |