Class: Aws::SecurityAgent::Types::ImportSecurityRequirementsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ImportSecurityRequirementsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_status ⇒ String
The status of the import workflow.
-
#pack_id ⇒ String
The unique identifier of the security requirement pack.
Instance Attribute Details
#import_status ⇒ String
The status of the import workflow.
4389 4390 4391 4392 4393 4394 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4389 class ImportSecurityRequirementsOutput < Struct.new( :pack_id, :import_status) SENSITIVE = [] include Aws::Structure end |
#pack_id ⇒ String
The unique identifier of the security requirement pack.
4389 4390 4391 4392 4393 4394 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4389 class ImportSecurityRequirementsOutput < Struct.new( :pack_id, :import_status) SENSITIVE = [] include Aws::Structure end |