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.
8591 8592 8593 8594 8595 8596 8597 8598 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8591 class UpdateSecurityRequirementPackOutput < Struct.new( :pack_id, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security requirement pack.
8591 8592 8593 8594 8595 8596 8597 8598 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8591 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.
8591 8592 8593 8594 8595 8596 8597 8598 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8591 class UpdateSecurityRequirementPackOutput < Struct.new( :pack_id, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the security requirement pack.
8591 8592 8593 8594 8595 8596 8597 8598 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8591 class UpdateSecurityRequirementPackOutput < Struct.new( :pack_id, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |