Class: Aws::Types::AcmeAccountSummary

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)


88
89
90
# File 'sig/types.rbs', line 88

def 
  @account_url
end

#acme_external_account_binding_arn::String

Returns the value of attribute acme_external_account_binding_arn.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def 
  @acme_external_account_binding_arn
end

#contacts::Array[::String]

Returns the value of attribute contacts.

Returns:

  • (::Array[::String])


93
94
95
# File 'sig/types.rbs', line 93

def contacts
  @contacts
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


91
92
93
# File 'sig/types.rbs', line 91

def created_at
  @created_at
end

#public_key_thumbprint::String

Returns the value of attribute public_key_thumbprint.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def public_key_thumbprint
  @public_key_thumbprint
end

#status"VALID", ...

Returns the value of attribute status.

Returns:

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


90
91
92
# File 'sig/types.rbs', line 90

def status
  @status
end