Class: Aws::Types::CreateCertificateAuthorityAuditReportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_report_response_format"JSON", "CSV"

Returns the value of attribute audit_report_response_format.

Returns:

  • ("JSON", "CSV")


88
89
90
# File 'sig/types.rbs', line 88

def audit_report_response_format
  @audit_report_response_format
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def certificate_authority_arn
  @certificate_authority_arn
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def s3_bucket_name
  @s3_bucket_name
end