Class: Aws::Types::CertificateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def certificate_arn
  @certificate_arn
end

#certificate_key_pair_origin"AWS_MANAGED", ...

Returns the value of attribute certificate_key_pair_origin.

Returns:

  • ("AWS_MANAGED", "ACME", "CUSTOMER_PROVIDED")


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

def certificate_key_pair_origin
  @certificate_key_pair_origin
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


305
306
307
# File 'sig/types.rbs', line 305

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def domain_name
  @domain_name
end

#export_option"ENABLED", "DISABLED"

Returns the value of attribute export_option.

Returns:

  • ("ENABLED", "DISABLED")


299
300
301
# File 'sig/types.rbs', line 299

def export_option
  @export_option
end

#exportedBoolean

Returns the value of attribute exported.

Returns:

  • (Boolean)


301
302
303
# File 'sig/types.rbs', line 301

def exported
  @exported
end

#extended_key_usages::Array[("TLS_WEB_SERVER_AUTHENTICATION" | "TLS_WEB_CLIENT_AUTHENTICATION" | "CODE_SIGNING" | "EMAIL_PROTECTION" | "TIME_STAMPING" | "OCSP_SIGNING" | "IPSEC_END_SYSTEM" | "IPSEC_TUNNEL" | "IPSEC_USER" | "ANY" | "NONE" | "CUSTOM")]

Returns the value of attribute extended_key_usages.

Returns:

  • (::Array[("TLS_WEB_SERVER_AUTHENTICATION" | "TLS_WEB_CLIENT_AUTHENTICATION" | "CODE_SIGNING" | "EMAIL_PROTECTION" | "TIME_STAMPING" | "OCSP_SIGNING" | "IPSEC_END_SYSTEM" | "IPSEC_TUNNEL" | "IPSEC_USER" | "ANY" | "NONE" | "CUSTOM")])


298
299
300
# File 'sig/types.rbs', line 298

def extended_key_usages
  @extended_key_usages
end

#has_additional_subject_alternative_namesBoolean

Returns the value of attribute has_additional_subject_alternative_names.

Returns:

  • (Boolean)


293
294
295
# File 'sig/types.rbs', line 293

def has_additional_subject_alternative_names
  @has_additional_subject_alternative_names
end

#imported_at::Time

Returns the value of attribute imported_at.

Returns:

  • (::Time)


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

def imported_at
  @imported_at
end

#in_useBoolean

Returns the value of attribute in_use.

Returns:

  • (Boolean)


300
301
302
# File 'sig/types.rbs', line 300

def in_use
  @in_use
end

#issued_at::Time

Returns the value of attribute issued_at.

Returns:

  • (::Time)


306
307
308
# File 'sig/types.rbs', line 306

def issued_at
  @issued_at
end

#key_algorithm"RSA_1024", ...

Returns the value of attribute key_algorithm.

Returns:

  • ("RSA_1024", "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1")


296
297
298
# File 'sig/types.rbs', line 296

def key_algorithm
  @key_algorithm
end

#key_usages::Array[("DIGITAL_SIGNATURE" | "NON_REPUDIATION" | "KEY_ENCIPHERMENT" | "DATA_ENCIPHERMENT" | "KEY_AGREEMENT" | "CERTIFICATE_SIGNING" | "CRL_SIGNING" | "ENCIPHER_ONLY" | "DECIPHER_ONLY" | "ANY" | "CUSTOM")]

Returns the value of attribute key_usages.

Returns:

  • (::Array[("DIGITAL_SIGNATURE" | "NON_REPUDIATION" | "KEY_ENCIPHERMENT" | "DATA_ENCIPHERMENT" | "KEY_AGREEMENT" | "CERTIFICATE_SIGNING" | "CRL_SIGNING" | "ENCIPHER_ONLY" | "DECIPHER_ONLY" | "ANY" | "CUSTOM")])


297
298
299
# File 'sig/types.rbs', line 297

def key_usages
  @key_usages
end

#managed_by"CLOUDFRONT"

Returns the value of attribute managed_by.

Returns:

  • ("CLOUDFRONT")


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

def managed_by
  @managed_by
end

#not_after::Time

Returns the value of attribute not_after.

Returns:

  • (::Time)


304
305
306
# File 'sig/types.rbs', line 304

def not_after
  @not_after
end

#not_before::Time

Returns the value of attribute not_before.

Returns:

  • (::Time)


303
304
305
# File 'sig/types.rbs', line 303

def not_before
  @not_before
end

#renewal_eligibility"ELIGIBLE", "INELIGIBLE"

Returns the value of attribute renewal_eligibility.

Returns:

  • ("ELIGIBLE", "INELIGIBLE")


302
303
304
# File 'sig/types.rbs', line 302

def renewal_eligibility
  @renewal_eligibility
end

#revoked_at::Time

Returns the value of attribute revoked_at.

Returns:

  • (::Time)


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

def revoked_at
  @revoked_at
end

#status"PENDING_VALIDATION", ...

Returns the value of attribute status.

Returns:

  • ("PENDING_VALIDATION", "ISSUED", "INACTIVE", "EXPIRED", "VALIDATION_TIMED_OUT", "REVOKED", "FAILED")


294
295
296
# File 'sig/types.rbs', line 294

def status
  @status
end

#subject_alternative_name_summaries::Array[::String]

Returns the value of attribute subject_alternative_name_summaries.

Returns:

  • (::Array[::String])


292
293
294
# File 'sig/types.rbs', line 292

def subject_alternative_name_summaries
  @subject_alternative_name_summaries
end

#type"IMPORTED", ...

Returns the value of attribute type.

Returns:

  • ("IMPORTED", "AMAZON_ISSUED", "PRIVATE")


295
296
297
# File 'sig/types.rbs', line 295

def type
  @type
end