Class: Aws::Types::PutConformancePackRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_input_parameters::Array[Types::ConformancePackInputParameter]

Returns the value of attribute conformance_pack_input_parameters.



1767
1768
1769
# File 'sig/types.rbs', line 1767

def conformance_pack_input_parameters
  @conformance_pack_input_parameters
end

#conformance_pack_name::String

Returns the value of attribute conformance_pack_name.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def conformance_pack_name
  @conformance_pack_name
end

#delivery_s3_bucket::String

Returns the value of attribute delivery_s3_bucket.

Returns:

  • (::String)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def delivery_s3_bucket
  @delivery_s3_bucket
end

#delivery_s3_key_prefix::String

Returns the value of attribute delivery_s3_key_prefix.

Returns:

  • (::String)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def delivery_s3_key_prefix
  @delivery_s3_key_prefix
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1769
1770
1771
# File 'sig/types.rbs', line 1769

def tags
  @tags
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


1764
1765
1766
# File 'sig/types.rbs', line 1764

def template_body
  @template_body
end

#template_s3_uri::String

Returns the value of attribute template_s3_uri.

Returns:

  • (::String)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def template_s3_uri
  @template_s3_uri
end

#template_ssm_document_detailsTypes::TemplateSSMDocumentDetails

Returns the value of attribute template_ssm_document_details.



1768
1769
1770
# File 'sig/types.rbs', line 1768

def template_ssm_document_details
  @template_ssm_document_details
end