Class: Aws::SecurityAgent::Types::CreateSecurityRequirementPackInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the security requirement pack.

Returns:

  • (String)


2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-securityagent/types.rb', line 2657

class CreateSecurityRequirementPackInput < Struct.new(
  :name,
  :description,
  :status,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The identifier of the AWS KMS key used to encrypt pack contents.

Returns:

  • (String)


2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-securityagent/types.rb', line 2657

class CreateSecurityRequirementPackInput < Struct.new(
  :name,
  :description,
  :status,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the security requirement pack.

Returns:

  • (String)


2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-securityagent/types.rb', line 2657

class CreateSecurityRequirementPackInput < Struct.new(
  :name,
  :description,
  :status,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the pack. Defaults to ENABLED if not provided.

Returns:

  • (String)


2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-securityagent/types.rb', line 2657

class CreateSecurityRequirementPackInput < Struct.new(
  :name,
  :description,
  :status,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to associate with the security requirement pack.

Returns:

  • (Hash<String,String>)


2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-securityagent/types.rb', line 2657

class CreateSecurityRequirementPackInput < Struct.new(
  :name,
  :description,
  :status,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end