Class: Aws::SecurityAgent::Types::SecurityRequirementArtifact

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

Overview

A document used as source material for importing security requirements.

Constant Summary collapse

SENSITIVE =
[:content]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The binary content of the document.

Returns:

  • (String)


6593
6594
6595
6596
6597
6598
6599
# File 'lib/aws-sdk-securityagent/types.rb', line 6593

class SecurityRequirementArtifact < Struct.new(
  :name,
  :format,
  :content)
  SENSITIVE = [:content]
  include Aws::Structure
end

#formatString

The format of the document. Valid values are MD, PDF, TXT, DOCX, and DOC.

Returns:

  • (String)


6593
6594
6595
6596
6597
6598
6599
# File 'lib/aws-sdk-securityagent/types.rb', line 6593

class SecurityRequirementArtifact < Struct.new(
  :name,
  :format,
  :content)
  SENSITIVE = [:content]
  include Aws::Structure
end

#nameString

The file name of the document.

Returns:

  • (String)


6593
6594
6595
6596
6597
6598
6599
# File 'lib/aws-sdk-securityagent/types.rb', line 6593

class SecurityRequirementArtifact < Struct.new(
  :name,
  :format,
  :content)
  SENSITIVE = [:content]
  include Aws::Structure
end