Class: Aws::Types::CertificateAuthority

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activated_at::Time

Returns the value of attribute activated_at.

Returns:

  • (::Time)


339
340
341
# File 'sig/types.rbs', line 339

def activated_at
  @activated_at
end

#activated_by"EKS", "CUSTOMER"

Returns the value of attribute activated_by.

Returns:

  • ("EKS", "CUSTOMER")


340
341
342
# File 'sig/types.rbs', line 340

def activated_by
  @activated_by
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


337
338
339
# File 'sig/types.rbs', line 337

def created_at
  @created_at
end

#created_by"EKS", "CUSTOMER"

Returns the value of attribute created_by.

Returns:

  • ("EKS", "CUSTOMER")


338
339
340
# File 'sig/types.rbs', line 338

def created_by
  @created_by
end

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def data
  @data
end

#distribution_status"IN_PROGRESS", ...

Returns the value of attribute distribution_status.

Returns:

  • ("IN_PROGRESS", "COMPLETE", "FAILED", "DELETING")


342
343
344
# File 'sig/types.rbs', line 342

def distribution_status
  @distribution_status
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def id
  @id
end

#rollback_availableBoolean

Returns the value of attribute rollback_available.

Returns:

  • (Boolean)


345
346
347
# File 'sig/types.rbs', line 345

def rollback_available
  @rollback_available
end

#scheduled_eventsTypes::CertificateAuthorityScheduledEvents

Returns the value of attribute scheduled_events.



344
345
346
# File 'sig/types.rbs', line 344

def scheduled_events
  @scheduled_events
end

#signing_status"NOT_USED", ...

Returns the value of attribute signing_status.

Returns:

  • ("NOT_USED", "ACTIVATING", "IN_USE")


341
342
343
# File 'sig/types.rbs', line 341

def signing_status
  @signing_status
end

#validityTypes::CertificateAuthorityValidity

Returns the value of attribute validity.



343
344
345
# File 'sig/types.rbs', line 343

def validity
  @validity
end