Class: Aws::Types::TlsCertificateData

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)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def certificate_arn
  @certificate_arn
end

#certificate_serial::String

Returns the value of attribute certificate_serial.

Returns:

  • (::String)


1728
1729
1730
# File 'sig/types.rbs', line 1728

def certificate_serial
  @certificate_serial
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def status_message
  @status_message
end