Class: Aws::Types::CertificateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


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

def issuer
  @issuer
end

#not_valid_after::Time

Returns the value of attribute not_valid_after.

Returns:

  • (::Time)


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

def not_valid_after
  @not_valid_after
end

#not_valid_before::Time

Returns the value of attribute not_valid_before.

Returns:

  • (::Time)


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

def not_valid_before
  @not_valid_before
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def subject
  @subject
end

#thumbprint::String

Returns the value of attribute thumbprint.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def thumbprint
  @thumbprint
end