Class: Aws::Types::CrlDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


61
62
63
# File 'sig/types.rbs', line 61

def created_at
  @created_at
end

#crl_arn::String

Returns the value of attribute crl_arn.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def crl_arn
  @crl_arn
end

#crl_data::String

Returns the value of attribute crl_data.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def crl_data
  @crl_data
end

#crl_id::String

Returns the value of attribute crl_id.

Returns:

  • (::String)


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

def crl_id
  @crl_id
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


58
59
60
# File 'sig/types.rbs', line 58

def enabled
  @enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def name
  @name
end

#trust_anchor_arn::String

Returns the value of attribute trust_anchor_arn.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def trust_anchor_arn
  @trust_anchor_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


62
63
64
# File 'sig/types.rbs', line 62

def updated_at
  @updated_at
end