Class: Aws::Types::ListSecurityProfileApplicationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityProfileApplicationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applications ⇒ ::Array[Types::Application]
Returns the value of attribute applications.
-
#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
#applications ⇒ ::Array[Types::Application]
Returns the value of attribute applications.
5430 5431 5432 |
# File 'sig/types.rbs', line 5430 def applications @applications end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
5433 5434 5435 |
# File 'sig/types.rbs', line 5433 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5432 5433 5434 |
# File 'sig/types.rbs', line 5432 def last_modified_time @last_modified_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5431 5432 5433 |
# File 'sig/types.rbs', line 5431 def next_token @next_token end |