Class: Aws::Types::DescribeCertificateAuthorityAuditReportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_report_status"CREATING", ...

Returns the value of attribute audit_report_status.

Returns:

  • ("CREATING", "SUCCESS", "FAILED")


183
184
185
# File 'sig/types.rbs', line 183

def audit_report_status
  @audit_report_status
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


186
187
188
# File 'sig/types.rbs', line 186

def created_at
  @created_at
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def s3_bucket_name
  @s3_bucket_name
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def s3_key
  @s3_key
end