Class: Aws::Connect::Types::ListSecurityProfileApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListSecurityProfileApplicationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::Application>
A list of the third-party application’s metadata.
-
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
-
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#applications ⇒ Array<Types::Application>
A list of the third-party application’s metadata.
13913 13914 13915 13916 13917 13918 13919 13920 |
# File 'lib/aws-sdk-connect/types.rb', line 13913 class ListSecurityProfileApplicationsResponse < Struct.new( :applications, :next_token, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
13913 13914 13915 13916 13917 13918 13919 13920 |
# File 'lib/aws-sdk-connect/types.rb', line 13913 class ListSecurityProfileApplicationsResponse < Struct.new( :applications, :next_token, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
13913 13914 13915 13916 13917 13918 13919 13920 |
# File 'lib/aws-sdk-connect/types.rb', line 13913 class ListSecurityProfileApplicationsResponse < Struct.new( :applications, :next_token, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
13913 13914 13915 13916 13917 13918 13919 13920 |
# File 'lib/aws-sdk-connect/types.rb', line 13913 class ListSecurityProfileApplicationsResponse < Struct.new( :applications, :next_token, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |