Class: Aws::Types::PutConformancePackRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutConformancePackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conformance_pack_input_parameters ⇒ ::Array[Types::ConformancePackInputParameter]
Returns the value of attribute conformance_pack_input_parameters.
-
#conformance_pack_name ⇒ ::String
Returns the value of attribute conformance_pack_name.
-
#delivery_s3_bucket ⇒ ::String
Returns the value of attribute delivery_s3_bucket.
-
#delivery_s3_key_prefix ⇒ ::String
Returns the value of attribute delivery_s3_key_prefix.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_s3_uri ⇒ ::String
Returns the value of attribute template_s3_uri.
-
#template_ssm_document_details ⇒ Types::TemplateSSMDocumentDetails
Returns the value of attribute template_ssm_document_details.
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.
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.
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.
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.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def @tags end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
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.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def template_s3_uri @template_s3_uri end |
#template_ssm_document_details ⇒ Types::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 |