Class: Aws::Types::CertificateAuthoritySummary

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)


360
361
362
# File 'sig/types.rbs', line 360

def activated_at
  @activated_at
end

#activated_by"EKS", "CUSTOMER"

Returns the value of attribute activated_by.

Returns:

  • ("EKS", "CUSTOMER")


361
362
363
# File 'sig/types.rbs', line 361

def activated_by
  @activated_by
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


358
359
360
# File 'sig/types.rbs', line 358

def created_at
  @created_at
end

#created_by"EKS", "CUSTOMER"

Returns the value of attribute created_by.

Returns:

  • ("EKS", "CUSTOMER")


359
360
361
# File 'sig/types.rbs', line 359

def created_by
  @created_by
end

#distribution_status"IN_PROGRESS", ...

Returns the value of attribute distribution_status.

Returns:

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


363
364
365
# File 'sig/types.rbs', line 363

def distribution_status
  @distribution_status
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def id
  @id
end

#signing_status"NOT_USED", ...

Returns the value of attribute signing_status.

Returns:

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


362
363
364
# File 'sig/types.rbs', line 362

def signing_status
  @signing_status
end