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

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def body
  @body
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def issuer
  @issuer
end

#not_valid_after::Time

Returns the value of attribute not_valid_after.

Returns:

  • (::Time)


162
163
164
# File 'sig/types.rbs', line 162

def not_valid_after
  @not_valid_after
end

#not_valid_before::Time

Returns the value of attribute not_valid_before.

Returns:

  • (::Time)


161
162
163
# File 'sig/types.rbs', line 161

def not_valid_before
  @not_valid_before
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def subject
  @subject
end

#thumbprint::String

Returns the value of attribute thumbprint.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def thumbprint
  @thumbprint
end