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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def arn
  @arn
end

#certificate_authority_configurationTypes::CertificateAuthorityConfiguration

Returns the value of attribute certificate_authority_configuration.



59
60
61
# File 'sig/types.rbs', line 59

def certificate_authority_configuration
  @certificate_authority_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


51
52
53
# File 'sig/types.rbs', line 51

def created_at
  @created_at
end

#failure_reason"REQUEST_TIMED_OUT", ...

Returns the value of attribute failure_reason.

Returns:

  • ("REQUEST_TIMED_OUT", "UNSUPPORTED_ALGORITHM", "OTHER")


58
59
60
# File 'sig/types.rbs', line 58

def failure_reason
  @failure_reason
end

#key_storage_security_standard"FIPS_140_2_LEVEL_2_OR_HIGHER", ...

Returns the value of attribute key_storage_security_standard.

Returns:

  • ("FIPS_140_2_LEVEL_2_OR_HIGHER", "FIPS_140_2_LEVEL_3_OR_HIGHER", "CCPC_LEVEL_1_OR_HIGHER")


62
63
64
# File 'sig/types.rbs', line 62

def key_storage_security_standard
  @key_storage_security_standard
end

#last_state_change_at::Time

Returns the value of attribute last_state_change_at.

Returns:

  • (::Time)


52
53
54
# File 'sig/types.rbs', line 52

def last_state_change_at
  @last_state_change_at
end

#not_after::Time

Returns the value of attribute not_after.

Returns:

  • (::Time)


57
58
59
# File 'sig/types.rbs', line 57

def not_after
  @not_after
end

#not_before::Time

Returns the value of attribute not_before.

Returns:

  • (::Time)


56
57
58
# File 'sig/types.rbs', line 56

def not_before
  @not_before
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def 
  @owner_account
end

#restorable_until::Time

Returns the value of attribute restorable_until.

Returns:

  • (::Time)


61
62
63
# File 'sig/types.rbs', line 61

def restorable_until
  @restorable_until
end

#revocation_configurationTypes::RevocationConfiguration

Returns the value of attribute revocation_configuration.



60
61
62
# File 'sig/types.rbs', line 60

def revocation_configuration
  @revocation_configuration
end

#serial::String

Returns the value of attribute serial.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def serial
  @serial
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "PENDING_CERTIFICATE", "ACTIVE", "DELETED", "DISABLED", "EXPIRED", "FAILED")


55
56
57
# File 'sig/types.rbs', line 55

def status
  @status
end

#type"ROOT", "SUBORDINATE"

Returns the value of attribute type.

Returns:

  • ("ROOT", "SUBORDINATE")


53
54
55
# File 'sig/types.rbs', line 53

def type
  @type
end

#usage_mode"GENERAL_PURPOSE", "SHORT_LIVED_CERTIFICATE"

Returns the value of attribute usage_mode.

Returns:

  • ("GENERAL_PURPOSE", "SHORT_LIVED_CERTIFICATE")


63
64
65
# File 'sig/types.rbs', line 63

def usage_mode
  @usage_mode
end