Class: Aws::SecurityIR::Types::ListCommentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ListCommentsItem>

Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response.

Returns:



1196
1197
1198
1199
1200
1201
1202
# File 'lib/aws-sdk-securityir/types.rb', line 1196

class ListCommentsResponse < Struct.new(
  :next_token,
  :items,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An optional string that, if supplied on subsequent calls to ListComments, allows the API to fetch the next page of results.

Returns:

  • (String)


1196
1197
1198
1199
1200
1201
1202
# File 'lib/aws-sdk-securityir/types.rb', line 1196

class ListCommentsResponse < Struct.new(
  :next_token,
  :items,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

Response element for ListComments identifying the number of responses.

Returns:

  • (Integer)


1196
1197
1198
1199
1200
1201
1202
# File 'lib/aws-sdk-securityir/types.rb', line 1196

class ListCommentsResponse < Struct.new(
  :next_token,
  :items,
  :total)
  SENSITIVE = []
  include Aws::Structure
end