Class: Aws::SecurityAgent::Types::UpdateSecurityRequirementPackOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateSecurityRequirementPackOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the security requirement pack.
-
#name ⇒ String
The name of the security requirement pack.
-
#pack_id ⇒ String
The unique identifier of the security requirement pack.
-
#status ⇒ String
The status of the security requirement pack.
Instance Attribute Details
#description ⇒ String
The description of the security requirement pack.
8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8603 class UpdateSecurityRequirementPackOutput < Struct.new( :pack_id, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security requirement pack.
8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8603 class UpdateSecurityRequirementPackOutput < Struct.new( :pack_id, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#pack_id ⇒ String
The unique identifier of the security requirement pack.
8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8603 class UpdateSecurityRequirementPackOutput < Struct.new( :pack_id, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the security requirement pack.
8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8603 class UpdateSecurityRequirementPackOutput < Struct.new( :pack_id, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |