Class: Aws::Types::AcmeAccount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:contacts])

Instance Attribute Summary collapse

Instance Attribute Details

#account_url::String

Returns the value of attribute account_url.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def 
  @account_url
end

#acme_external_account_binding_arn::String

Returns the value of attribute acme_external_account_binding_arn.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def 
  @acme_external_account_binding_arn
end

#contacts::Array[::String]

Returns the value of attribute contacts.

Returns:

  • (::Array[::String])


83
84
85
# File 'sig/types.rbs', line 83

def contacts
  @contacts
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


81
82
83
# File 'sig/types.rbs', line 81

def created_at
  @created_at
end

#public_key_thumbprint::String

Returns the value of attribute public_key_thumbprint.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def public_key_thumbprint
  @public_key_thumbprint
end

#status"VALID", ...

Returns the value of attribute status.

Returns:

  • ("VALID", "DEACTIVATED", "REVOKED")


80
81
82
# File 'sig/types.rbs', line 80

def status
  @status
end