Class: Aws::ConfigService::Types::DeleteOrganizationConformancePackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteOrganizationConformancePackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_conformance_pack_name ⇒ String
The name of organization conformance pack that you want to delete.
Instance Attribute Details
#organization_conformance_pack_name ⇒ String
The name of organization conformance pack that you want to delete.
2129 2130 2131 2132 2133 |
# File 'lib/aws-sdk-configservice/types.rb', line 2129 class DeleteOrganizationConformancePackRequest < Struct.new( :organization_conformance_pack_name) SENSITIVE = [] include Aws::Structure end |