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)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def certificate_body
  @certificate_body
end

#certificate_chain::String

Returns the value of attribute certificate_chain.

Returns:

  • (::String)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def certificate_chain
  @certificate_chain
end

#server_certificate_metadataTypes::ServerCertificateMetadata

Returns the value of attribute server_certificate_metadata.



1945
1946
1947
# File 'sig/types.rbs', line 1945

def 
  @server_certificate_metadata
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1948
1949
1950
# File 'sig/types.rbs', line 1948

def tags
  @tags
end