Class: Aws::Types::Certificate

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)


141
142
143
# File 'sig/types.rbs', line 141

def certificate_id
  @certificate_id
end

#client_cert_auth_settingsTypes::ClientCertAuthSettings

Returns the value of attribute client_cert_auth_settings.



148
149
150
# File 'sig/types.rbs', line 148

def client_cert_auth_settings
  @client_cert_auth_settings
end

#common_name::String

Returns the value of attribute common_name.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def common_name
  @common_name
end

#expiry_date_time::Time

Returns the value of attribute expiry_date_time.

Returns:

  • (::Time)


146
147
148
# File 'sig/types.rbs', line 146

def expiry_date_time
  @expiry_date_time
end

#registered_date_time::Time

Returns the value of attribute registered_date_time.

Returns:

  • (::Time)


145
146
147
# File 'sig/types.rbs', line 145

def registered_date_time
  @registered_date_time
end

#state"Registering", ...

Returns the value of attribute state.

Returns:

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


142
143
144
# File 'sig/types.rbs', line 142

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def state_reason
  @state_reason
end

#type"ClientCertAuth", "ClientLDAPS"

Returns the value of attribute type.

Returns:

  • ("ClientCertAuth", "ClientLDAPS")


147
148
149
# File 'sig/types.rbs', line 147

def type
  @type
end