Class: Aws::Types::ListSecurityProfileFlowModulesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityProfileFlowModulesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_flow_modules ⇒ ::Array[Types::FlowModule]
Returns the value of attribute allowed_flow_modules.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#allowed_flow_modules ⇒ ::Array[Types::FlowModule]
Returns the value of attribute allowed_flow_modules.
5446 5447 5448 |
# File 'sig/types.rbs', line 5446 def allowed_flow_modules @allowed_flow_modules end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
5449 5450 5451 |
# File 'sig/types.rbs', line 5449 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5448 5449 5450 |
# File 'sig/types.rbs', line 5448 def last_modified_time @last_modified_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5447 5448 5449 |
# File 'sig/types.rbs', line 5447 def next_token @next_token end |