Class: Aws::SecurityIR::Types::ListCommentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ListCommentsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListCommentsItem>
Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response.
-
#next_token ⇒ String
An optional string that, if supplied on subsequent calls to ListComments, allows the API to fetch the next page of results.
-
#total ⇒ Integer
Response element for ListComments identifying the number of responses.
Instance Attribute Details
#items ⇒ Array<Types::ListCommentsItem>
Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response.
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_token ⇒ String
An optional string that, if supplied on subsequent calls to ListComments, allows the API to fetch the next page of results.
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 |
#total ⇒ Integer
Response element for ListComments identifying the number of responses.
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 |