Class: Aws::Types::CertificateDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ca_identifier::String

Returns the value of attribute ca_identifier.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def ca_identifier
  @ca_identifier
end

#valid_till::Time

Returns the value of attribute valid_till.

Returns:

  • (::Time)


197
198
199
# File 'sig/types.rbs', line 197

def valid_till
  @valid_till
end