Class: Aws::SecurityIR::Types::CaseAttachmentAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::CaseAttachmentAttributes
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:file_name]
Instance Attribute Summary collapse
- #attachment_id ⇒ String
- #attachment_status ⇒ String
- #created_date ⇒ Time
- #creator ⇒ String
- #file_name ⇒ String
Instance Attribute Details
#attachment_id ⇒ String
113 114 115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-securityir/types.rb', line 113 class CaseAttachmentAttributes < Struct.new( :attachment_id, :file_name, :attachment_status, :creator, :created_date) SENSITIVE = [:file_name] include Aws::Structure end |
#attachment_status ⇒ String
113 114 115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-securityir/types.rb', line 113 class CaseAttachmentAttributes < Struct.new( :attachment_id, :file_name, :attachment_status, :creator, :created_date) SENSITIVE = [:file_name] include Aws::Structure end |
#created_date ⇒ Time
113 114 115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-securityir/types.rb', line 113 class CaseAttachmentAttributes < Struct.new( :attachment_id, :file_name, :attachment_status, :creator, :created_date) SENSITIVE = [:file_name] include Aws::Structure end |
#creator ⇒ String
113 114 115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-securityir/types.rb', line 113 class CaseAttachmentAttributes < Struct.new( :attachment_id, :file_name, :attachment_status, :creator, :created_date) SENSITIVE = [:file_name] include Aws::Structure end |
#file_name ⇒ String
113 114 115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-securityir/types.rb', line 113 class CaseAttachmentAttributes < Struct.new( :attachment_id, :file_name, :attachment_status, :creator, :created_date) SENSITIVE = [:file_name] include Aws::Structure end |