Class: Aws::Types::ConformancePackDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_arn::String

Returns the value of attribute conformance_pack_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


413
414
415
# File 'sig/types.rbs', line 413

def last_update_requested_time
  @last_update_requested_time
end

#template_ssm_document_detailsTypes::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