Class: Aws::ConfigService::Types::PutConformancePackResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_arnString

ARN of the conformance pack.

Returns:

  • (String)


6603
6604
6605
6606
6607
# File 'lib/aws-sdk-configservice/types.rb', line 6603

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