Class: Aws::Types::UploadServerCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:private_key])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_body::String

Returns the value of attribute certificate_body.

Returns:

  • (::String)


2336
2337
2338
# File 'sig/types.rbs', line 2336

def certificate_body
  @certificate_body
end

#certificate_chain::String

Returns the value of attribute certificate_chain.

Returns:

  • (::String)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def certificate_chain
  @certificate_chain
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2334
2335
2336
# File 'sig/types.rbs', line 2334

def path
  @path
end

#private_key::String

Returns the value of attribute private_key.

Returns:

  • (::String)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def private_key
  @private_key
end

#server_certificate_name::String

Returns the value of attribute server_certificate_name.

Returns:

  • (::String)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def server_certificate_name
  @server_certificate_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2339
2340
2341
# File 'sig/types.rbs', line 2339

def tags
  @tags
end