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.
7300 7301 7302 7303 7304 |
# File 'lib/aws-sdk-configservice/types.rb', line 7300 class PutOrganizationConformancePackResponse < Struct.new( :organization_conformance_pack_arn) SENSITIVE = [] include Aws::Structure end |