Class: Aws::Types::LoadBalancerTlsCertificate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2353
2354
2355
# File 'sig/types.rbs', line 2353

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2355
2356
2357
# File 'sig/types.rbs', line 2355

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def domain_name
  @domain_name
end

#domain_validation_records::Array[Types::LoadBalancerTlsCertificateDomainValidationRecord]

Returns the value of attribute domain_validation_records.



2363
2364
2365
# File 'sig/types.rbs', line 2363

def domain_validation_records
  @domain_validation_records
end

#failure_reason"NO_AVAILABLE_CONTACTS", ...

Returns the value of attribute failure_reason.

Returns:

  • ("NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "OTHER")


2364
2365
2366
# File 'sig/types.rbs', line 2364

def failure_reason
  @failure_reason
end

#is_attachedBoolean

Returns the value of attribute is_attached.

Returns:

  • (Boolean)


2360
2361
2362
# File 'sig/types.rbs', line 2360

def is_attached
  @is_attached
end

#issued_at::Time

Returns the value of attribute issued_at.

Returns:

  • (::Time)


2365
2366
2367
# File 'sig/types.rbs', line 2365

def issued_at
  @issued_at
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


2366
2367
2368
# File 'sig/types.rbs', line 2366

def issuer
  @issuer
end

#key_algorithm::String

Returns the value of attribute key_algorithm.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def key_algorithm
  @key_algorithm
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


2359
2360
2361
# File 'sig/types.rbs', line 2359

def load_balancer_name
  @load_balancer_name
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



2356
2357
2358
# File 'sig/types.rbs', line 2356

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2352
2353
2354
# File 'sig/types.rbs', line 2352

def name
  @name
end

#not_after::Time

Returns the value of attribute not_after.

Returns:

  • (::Time)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def not_after
  @not_after
end

#not_before::Time

Returns the value of attribute not_before.

Returns:

  • (::Time)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def not_before
  @not_before
end

#renewal_summaryTypes::LoadBalancerTlsCertificateRenewalSummary

Returns the value of attribute renewal_summary.



2370
2371
2372
# File 'sig/types.rbs', line 2370

def renewal_summary
  @renewal_summary
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



2357
2358
2359
# File 'sig/types.rbs', line 2357

def resource_type
  @resource_type
end

#revocation_reason"UNSPECIFIED", ...

Returns the value of attribute revocation_reason.

Returns:

  • ("UNSPECIFIED", "KEY_COMPROMISE", "CA_COMPROMISE", "AFFILIATION_CHANGED", "SUPERCEDED", "CESSATION_OF_OPERATION", "CERTIFICATE_HOLD", "REMOVE_FROM_CRL", "PRIVILEGE_WITHDRAWN", "A_A_COMPROMISE")


2371
2372
2373
# File 'sig/types.rbs', line 2371

def revocation_reason
  @revocation_reason
end

#revoked_at::Time

Returns the value of attribute revoked_at.

Returns:

  • (::Time)


2372
2373
2374
# File 'sig/types.rbs', line 2372

def revoked_at
  @revoked_at
end

#serial::String

Returns the value of attribute serial.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def serial
  @serial
end

#signature_algorithm::String

Returns the value of attribute signature_algorithm.

Returns:

  • (::String)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def signature_algorithm
  @signature_algorithm
end

#status"PENDING_VALIDATION", ...

Returns the value of attribute status.

Returns:

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


2361
2362
2363
# File 'sig/types.rbs', line 2361

def status
  @status
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def subject
  @subject
end

#subject_alternative_names::Array[::String]

Returns the value of attribute subject_alternative_names.

Returns:

  • (::Array[::String])


2376
2377
2378
# File 'sig/types.rbs', line 2376

def subject_alternative_names
  @subject_alternative_names
end

#support_code::String

Returns the value of attribute support_code.

Returns:

  • (::String)


2354
2355
2356
# File 'sig/types.rbs', line 2354

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2358
2359
2360
# File 'sig/types.rbs', line 2358

def tags
  @tags
end