Module: Aws::Connect::Client::_ListSecurityProfileApplicationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSecurityProfileApplicationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #applications ⇒ ::Array[Types::Application]
- #last_modified_region ⇒ ::String
- #last_modified_time ⇒ ::Time
- #next_token ⇒ ::String
Instance Method Details
#applications ⇒ ::Array[Types::Application]
3321 |
# File 'sig/client.rbs', line 3321
def applications: () -> ::Array[Types::Application]
|
#last_modified_region ⇒ ::String
3324 |
# File 'sig/client.rbs', line 3324
def last_modified_region: () -> ::String
|
#last_modified_time ⇒ ::Time
3323 |
# File 'sig/client.rbs', line 3323
def last_modified_time: () -> ::Time
|
#next_token ⇒ ::String
3322 |
# File 'sig/client.rbs', line 3322
def next_token: () -> ::String
|