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)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def certificate_arn
  @certificate_arn
end

#certificate_serial::String

Returns the value of attribute certificate_serial.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def certificate_serial
  @certificate_serial
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def status_message
  @status_message
end