Class: Aws::ConfigService::Types::PutConformancePackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutConformancePackResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conformance_pack_arn ⇒ String
ARN of the conformance pack.
Instance Attribute Details
#conformance_pack_arn ⇒ String
ARN of the conformance pack.
6613 6614 6615 6616 6617 |
# File 'lib/aws-sdk-configservice/types.rb', line 6613 class PutConformancePackResponse < Struct.new( :conformance_pack_arn) SENSITIVE = [] include Aws::Structure end |