Class: Aws::SecurityIR::Types::ListCommentsItem

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

Overview

Constant Summary collapse

SENSITIVE =
[:body]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

Returns:

  • (String)


1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1018

class ListCommentsItem < Struct.new(
  :comment_id,
  :created_date,
  :last_updated_date,
  :creator,
  :last_updated_by,
  :body)
  SENSITIVE = [:body]
  include Aws::Structure
end

#comment_idString

Returns:

  • (String)


1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1018

class ListCommentsItem < Struct.new(
  :comment_id,
  :created_date,
  :last_updated_date,
  :creator,
  :last_updated_by,
  :body)
  SENSITIVE = [:body]
  include Aws::Structure
end

#created_dateTime

Returns:

  • (Time)


1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1018

class ListCommentsItem < Struct.new(
  :comment_id,
  :created_date,
  :last_updated_date,
  :creator,
  :last_updated_by,
  :body)
  SENSITIVE = [:body]
  include Aws::Structure
end

#creatorString

Returns:

  • (String)


1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1018

class ListCommentsItem < Struct.new(
  :comment_id,
  :created_date,
  :last_updated_date,
  :creator,
  :last_updated_by,
  :body)
  SENSITIVE = [:body]
  include Aws::Structure
end

#last_updated_byString

Returns:

  • (String)


1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1018

class ListCommentsItem < Struct.new(
  :comment_id,
  :created_date,
  :last_updated_date,
  :creator,
  :last_updated_by,
  :body)
  SENSITIVE = [:body]
  include Aws::Structure
end

#last_updated_dateTime

Returns:

  • (Time)


1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1018

class ListCommentsItem < Struct.new(
  :comment_id,
  :created_date,
  :last_updated_date,
  :creator,
  :last_updated_by,
  :body)
  SENSITIVE = [:body]
  include Aws::Structure
end