Class: Aws::SecurityAgent::Types::GetSecurityRequirementPackOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ Time

The date and time the security requirement pack was created, in UTC format.

Returns:

  • (Time)


4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4293

class GetSecurityRequirementPackOutput < Struct.new(
  :pack_id,
  :name,
  :description,
  :vendor_name,
  :management_type,
  :status,
  :import_status,
  :created_at,
  :updated_at,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description of the security requirement pack.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4293

class GetSecurityRequirementPackOutput < Struct.new(
  :pack_id,
  :name,
  :description,
  :vendor_name,
  :management_type,
  :status,
  :import_status,
  :created_at,
  :updated_at,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#import_status ⇒ String

The status of the security requirements import workflow for this pack.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4293

class GetSecurityRequirementPackOutput < Struct.new(
  :pack_id,
  :name,
  :description,
  :vendor_name,
  :management_type,
  :status,
  :import_status,
  :created_at,
  :updated_at,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_id ⇒ String

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

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4293

class GetSecurityRequirementPackOutput < Struct.new(
  :pack_id,
  :name,
  :description,
  :vendor_name,
  :management_type,
  :status,
  :import_status,
  :created_at,
  :updated_at,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#management_type ⇒ String

The management type of the pack. Valid values are AWS_MANAGED and CUSTOMER_MANAGED.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4293

class GetSecurityRequirementPackOutput < Struct.new(
  :pack_id,
  :name,
  :description,
  :vendor_name,
  :management_type,
  :status,
  :import_status,
  :created_at,
  :updated_at,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the security requirement pack.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4293

class GetSecurityRequirementPackOutput < Struct.new(
  :pack_id,
  :name,
  :description,
  :vendor_name,
  :management_type,
  :status,
  :import_status,
  :created_at,
  :updated_at,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#pack_id ⇒ String

The unique identifier of the security requirement pack.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4293

class GetSecurityRequirementPackOutput < Struct.new(
  :pack_id,
  :name,
  :description,
  :vendor_name,
  :management_type,
  :status,
  :import_status,
  :created_at,
  :updated_at,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status of the security requirement pack.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4293

class GetSecurityRequirementPackOutput < Struct.new(
  :pack_id,
  :name,
  :description,
  :vendor_name,
  :management_type,
  :status,
  :import_status,
  :created_at,
  :updated_at,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The date and time the security requirement pack was last updated, in UTC format.

Returns:

  • (Time)


4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4293

class GetSecurityRequirementPackOutput < Struct.new(
  :pack_id,
  :name,
  :description,
  :vendor_name,
  :management_type,
  :status,
  :import_status,
  :created_at,
  :updated_at,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#vendor_name ⇒ String

The vendor name for AWS managed packs, such as ISO or NIST.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4293

class GetSecurityRequirementPackOutput < Struct.new(
  :pack_id,
  :name,
  :description,
  :vendor_name,
  :management_type,
  :status,
  :import_status,
  :created_at,
  :updated_at,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end