Module: Aws::Connect::Client::_ListSecurityProfileFlowModulesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSecurityProfileFlowModulesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allowed_flow_modules ⇒ ::Array[Types::FlowModule]
- #last_modified_region ⇒ ::String
- #last_modified_time ⇒ ::Time
- #next_token ⇒ ::String
Instance Method Details
#allowed_flow_modules ⇒ ::Array[Types::FlowModule]
3337 |
# File 'sig/client.rbs', line 3337
def allowed_flow_modules: () -> ::Array[Types::FlowModule]
|
#last_modified_region ⇒ ::String
3340 |
# File 'sig/client.rbs', line 3340
def last_modified_region: () -> ::String
|
#last_modified_time ⇒ ::Time
3339 |
# File 'sig/client.rbs', line 3339
def last_modified_time: () -> ::Time
|
#next_token ⇒ ::String
3338 |
# File 'sig/client.rbs', line 3338
def next_token: () -> ::String
|