Class: Aws::ConfigService::Types::DeleteOrganizationConformancePackRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Note:

When making an API call, you may pass DeleteOrganizationConformancePackRequest data as a hash:

{
  organization_conformance_pack_name: "OrganizationConformancePackName", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organization_conformance_pack_nameString

The name of organization conformance pack that you want to delete.

Returns:

  • (String)


2073
2074
2075
2076
2077
# File 'lib/aws-sdk-configservice/types.rb', line 2073

class DeleteOrganizationConformancePackRequest < Struct.new(
  :organization_conformance_pack_name)
  SENSITIVE = []
  include Aws::Structure
end