Class: Aws::Types::ClientCertificate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_certificate_id::String

Returns the value of attribute client_certificate_id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def client_certificate_id
  @client_certificate_id
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


109
110
111
# File 'sig/types.rbs', line 109

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def description
  @description
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


110
111
112
# File 'sig/types.rbs', line 110

def expiration_date
  @expiration_date
end

#pem_encoded_certificate::String

Returns the value of attribute pem_encoded_certificate.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def pem_encoded_certificate
  @pem_encoded_certificate
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


111
112
113
# File 'sig/types.rbs', line 111

def tags
  @tags
end