Class: Aws::ConfigService::Types::PutOrganizationConformancePackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutOrganizationConformancePackResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_conformance_pack_arn ⇒ String
ARN of the organization conformance pack.
Instance Attribute Details
#organization_conformance_pack_arn ⇒ String
ARN of the organization conformance pack.
6836 6837 6838 6839 6840 |
# File 'lib/aws-sdk-configservice/types.rb', line 6836 class PutOrganizationConformancePackResponse < Struct.new( :organization_conformance_pack_arn) SENSITIVE = [] include Aws::Structure end |