Class: Aws::Types::ConformancePackDetail
- Inherits:
-
Object
- Object
- Aws::Types::ConformancePackDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conformance_pack_arn ⇒ ::String
Returns the value of attribute conformance_pack_arn.
-
#conformance_pack_id ⇒ ::String
Returns the value of attribute conformance_pack_id.
-
#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.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#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.
-
#last_update_requested_time ⇒ ::Time
Returns the value of attribute last_update_requested_time.
-
#template_ssm_document_details ⇒ Types::TemplateSSMDocumentDetails
Returns the value of attribute template_ssm_document_details.
Instance Attribute Details
#conformance_pack_arn ⇒ ::String
Returns the value of attribute conformance_pack_arn.
408 409 410 |
# File 'sig/types.rbs', line 408 def conformance_pack_arn @conformance_pack_arn end |
#conformance_pack_id ⇒ ::String
Returns the value of attribute conformance_pack_id.
409 410 411 |
# File 'sig/types.rbs', line 409 def conformance_pack_id @conformance_pack_id end |
#conformance_pack_input_parameters ⇒ ::Array[Types::ConformancePackInputParameter]
Returns the value of attribute conformance_pack_input_parameters.
412 413 414 |
# File 'sig/types.rbs', line 412 def conformance_pack_input_parameters @conformance_pack_input_parameters end |
#conformance_pack_name ⇒ ::String
Returns the value of attribute conformance_pack_name.
407 408 409 |
# File 'sig/types.rbs', line 407 def conformance_pack_name @conformance_pack_name end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
414 415 416 |
# File 'sig/types.rbs', line 414 def created_by @created_by end |
#delivery_s3_bucket ⇒ ::String
Returns the value of attribute delivery_s3_bucket.
410 411 412 |
# File 'sig/types.rbs', line 410 def delivery_s3_bucket @delivery_s3_bucket end |
#delivery_s3_key_prefix ⇒ ::String
Returns the value of attribute delivery_s3_key_prefix.
411 412 413 |
# File 'sig/types.rbs', line 411 def delivery_s3_key_prefix @delivery_s3_key_prefix end |
#last_update_requested_time ⇒ ::Time
Returns the value of attribute last_update_requested_time.
413 414 415 |
# File 'sig/types.rbs', line 413 def last_update_requested_time @last_update_requested_time end |
#template_ssm_document_details ⇒ Types::TemplateSSMDocumentDetails
Returns the value of attribute template_ssm_document_details.
415 416 417 |
# File 'sig/types.rbs', line 415 def template_ssm_document_details @template_ssm_document_details end |