Class: Aws::SecurityIR::Types::ListCommentsItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ListCommentsItem
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:body]
Instance Attribute Summary collapse
-
#body ⇒ String
-
#comment_id ⇒ String
-
#created_date ⇒ Time
-
#creator ⇒ String
-
#last_updated_by ⇒ String
-
#last_updated_date ⇒ Time
Instance Attribute Details
#body ⇒ 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_id ⇒ 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_date ⇒ 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 |
#creator ⇒ 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_by ⇒ 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_date ⇒ 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 |