Class: Aws::Types::Certificate

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



308
309
310
# File 'sig/types.rbs', line 308

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.



318
319
320
# File 'sig/types.rbs', line 318

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.



310
311
312
# File 'sig/types.rbs', line 310

def domain_name
  @domain_name
end

#domain_validation_records::Array[Types::DomainValidationRecord]

Returns the value of attribute domain_validation_records.



314
315
316
# File 'sig/types.rbs', line 314

def domain_validation_records
  @domain_validation_records
end

#eligible_to_renew::String

Returns the value of attribute eligible_to_renew.



323
324
325
# File 'sig/types.rbs', line 323

def eligible_to_renew
  @eligible_to_renew
end

#in_use_resource_count::Integer

Returns the value of attribute in_use_resource_count.



316
317
318
# File 'sig/types.rbs', line 316

def in_use_resource_count
  @in_use_resource_count
end

#issued_at::Time

Returns the value of attribute issued_at.



319
320
321
# File 'sig/types.rbs', line 319

def issued_at
  @issued_at
end

#issuer_ca::String

Returns the value of attribute issuer_ca.



320
321
322
# File 'sig/types.rbs', line 320

def issuer_ca
  @issuer_ca
end

#key_algorithm::String

Returns the value of attribute key_algorithm.



317
318
319
# File 'sig/types.rbs', line 317

def key_algorithm
  @key_algorithm
end

#name::String

Returns the value of attribute name.



309
310
311
# File 'sig/types.rbs', line 309

def name
  @name
end

#not_after::Time

Returns the value of attribute not_after.



322
323
324
# File 'sig/types.rbs', line 322

def not_after
  @not_after
end

#not_before::Time

Returns the value of attribute not_before.



321
322
323
# File 'sig/types.rbs', line 321

def not_before
  @not_before
end

#renewal_summaryTypes::RenewalSummary

Returns the value of attribute renewal_summary.



324
325
326
# File 'sig/types.rbs', line 324

def renewal_summary
  @renewal_summary
end

#request_failure_reason::String

Returns the value of attribute request_failure_reason.



315
316
317
# File 'sig/types.rbs', line 315

def request_failure_reason
  @request_failure_reason
end

#revocation_reason::String

Returns the value of attribute revocation_reason.



326
327
328
# File 'sig/types.rbs', line 326

def revocation_reason
  @revocation_reason
end

#revoked_at::Time

Returns the value of attribute revoked_at.



325
326
327
# File 'sig/types.rbs', line 325

def revoked_at
  @revoked_at
end

#serial_number::String

Returns the value of attribute serial_number.



312
313
314
# File 'sig/types.rbs', line 312

def serial_number
  @serial_number
end

#status"PENDING_VALIDATION", ...

Returns the value of attribute status.



311
312
313
# File 'sig/types.rbs', line 311

def status
  @status
end

#subject_alternative_names::Array[::String]

Returns the value of attribute subject_alternative_names.



313
314
315
# File 'sig/types.rbs', line 313

def subject_alternative_names
  @subject_alternative_names
end

#support_code::String

Returns the value of attribute support_code.



328
329
330
# File 'sig/types.rbs', line 328

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



327
328
329
# File 'sig/types.rbs', line 327

def tags
  @tags
end