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_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def certificate_arn
  @certificate_arn
end

#certificate_identifier::String

Returns the value of attribute certificate_identifier.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def certificate_identifier
  @certificate_identifier
end

#certificate_type::String

Returns the value of attribute certificate_type.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def certificate_type
  @certificate_type
end

#thumbprint::String

Returns the value of attribute thumbprint.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def thumbprint
  @thumbprint
end

#valid_from::Time

Returns the value of attribute valid_from.

Returns:

  • (::Time)


52
53
54
# File 'sig/types.rbs', line 52

def valid_from
  @valid_from
end

#valid_till::Time

Returns the value of attribute valid_till.

Returns:

  • (::Time)


53
54
55
# File 'sig/types.rbs', line 53

def valid_till
  @valid_till
end