Class: Aws::Connect::Types::ListSecurityProfileApplicationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationsArray<Types::Application>

A list of the third-party application’s metadata.

Returns:



12134
12135
12136
12137
12138
12139
12140
12141
# File 'lib/aws-sdk-connect/types.rb', line 12134

class ListSecurityProfileApplicationsResponse < Struct.new(
  :applications,
  :next_token,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


12134
12135
12136
12137
12138
12139
12140
12141
# File 'lib/aws-sdk-connect/types.rb', line 12134

class ListSecurityProfileApplicationsResponse < Struct.new(
  :applications,
  :next_token,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


12134
12135
12136
12137
12138
12139
12140
12141
# File 'lib/aws-sdk-connect/types.rb', line 12134

class ListSecurityProfileApplicationsResponse < Struct.new(
  :applications,
  :next_token,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


12134
12135
12136
12137
12138
12139
12140
12141
# File 'lib/aws-sdk-connect/types.rb', line 12134

class ListSecurityProfileApplicationsResponse < Struct.new(
  :applications,
  :next_token,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end