Class: Aws::Types::ServerCertificate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_body::String

Returns the value of attribute certificate_body.

Returns:

  • (::String)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def certificate_body
  @certificate_body
end

#certificate_chain::String

Returns the value of attribute certificate_chain.

Returns:

  • (::String)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def certificate_chain
  @certificate_chain
end

#server_certificate_metadataTypes::ServerCertificateMetadata

Returns the value of attribute server_certificate_metadata.



2049
2050
2051
# File 'sig/types.rbs', line 2049

def 
  @server_certificate_metadata
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2052
2053
2054
# File 'sig/types.rbs', line 2052

def tags
  @tags
end