Class: Aws::Types::CertificateInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def certificate_id
  @certificate_id
end

#common_name::String

Returns the value of attribute common_name.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def common_name
  @common_name
end

#expiry_date_time::Time

Returns the value of attribute expiry_date_time.

Returns:

  • (::Time)


174
175
176
# File 'sig/types.rbs', line 174

def expiry_date_time
  @expiry_date_time
end

#state"Registering", ...

Returns the value of attribute state.

Returns:

  • ("Registering", "Registered", "RegisterFailed", "Deregistering", "Deregistered", "DeregisterFailed")


173
174
175
# File 'sig/types.rbs', line 173

def state
  @state
end

#type"ClientCertAuth", "ClientLDAPS"

Returns the value of attribute type.

Returns:

  • ("ClientCertAuth", "ClientLDAPS")


175
176
177
# File 'sig/types.rbs', line 175

def type
  @type
end