Class: Aws::ConfigService::Types::ConformancePackDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ConformancePackDetail
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conformance_pack_arn ⇒ String
Amazon Resource Name (ARN) of the conformance pack.
-
#conformance_pack_id ⇒ String
ID of the conformance pack.
-
#conformance_pack_input_parameters ⇒ Array<Types::ConformancePackInputParameter>
A list of
ConformancePackInputParameter
objects. -
#conformance_pack_name ⇒ String
Name of the conformance pack.
-
#created_by ⇒ String
Amazon Web Services service that created the conformance pack.
-
#delivery_s3_bucket ⇒ String
The name of the Amazon S3 bucket where Config stores conformance pack templates.
-
#delivery_s3_key_prefix ⇒ String
The prefix for the Amazon S3 bucket.
-
#last_update_requested_time ⇒ Time
Last time when conformation pack update was requested.
Instance Attribute Details
#conformance_pack_arn ⇒ String
Amazon Resource Name (ARN) of the conformance pack.
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1690 class ConformancePackDetail < Struct.new( :conformance_pack_name, :conformance_pack_arn, :conformance_pack_id, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :last_update_requested_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#conformance_pack_id ⇒ String
ID of the conformance pack.
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1690 class ConformancePackDetail < Struct.new( :conformance_pack_name, :conformance_pack_arn, :conformance_pack_id, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :last_update_requested_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#conformance_pack_input_parameters ⇒ Array<Types::ConformancePackInputParameter>
A list of ConformancePackInputParameter
objects.
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1690 class ConformancePackDetail < Struct.new( :conformance_pack_name, :conformance_pack_arn, :conformance_pack_id, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :last_update_requested_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#conformance_pack_name ⇒ String
Name of the conformance pack.
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1690 class ConformancePackDetail < Struct.new( :conformance_pack_name, :conformance_pack_arn, :conformance_pack_id, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :last_update_requested_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
Amazon Web Services service that created the conformance pack.
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1690 class ConformancePackDetail < Struct.new( :conformance_pack_name, :conformance_pack_arn, :conformance_pack_id, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :last_update_requested_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#delivery_s3_bucket ⇒ String
The name of the Amazon S3 bucket where Config stores conformance pack templates.
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1690 class ConformancePackDetail < Struct.new( :conformance_pack_name, :conformance_pack_arn, :conformance_pack_id, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :last_update_requested_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#delivery_s3_key_prefix ⇒ String
The prefix for the Amazon S3 bucket.
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1690 class ConformancePackDetail < Struct.new( :conformance_pack_name, :conformance_pack_arn, :conformance_pack_id, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :last_update_requested_time, :created_by) SENSITIVE = [] include Aws::Structure end |
#last_update_requested_time ⇒ Time
Last time when conformation pack update was requested.
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1690 class ConformancePackDetail < Struct.new( :conformance_pack_name, :conformance_pack_arn, :conformance_pack_id, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :last_update_requested_time, :created_by) SENSITIVE = [] include Aws::Structure end |