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)


2452
2453
2454
# File 'sig/types.rbs', line 2452

def certificate_body
  @certificate_body
end

#certificate_chain::String

Returns the value of attribute certificate_chain.

Returns:

  • (::String)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def certificate_chain
  @certificate_chain
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2450
2451
2452
# File 'sig/types.rbs', line 2450

def path
  @path
end

#private_key::String

Returns the value of attribute private_key.

Returns:

  • (::String)


2453
2454
2455
# File 'sig/types.rbs', line 2453

def private_key
  @private_key
end

#server_certificate_name::String

Returns the value of attribute server_certificate_name.

Returns:

  • (::String)


2451
2452
2453
# File 'sig/types.rbs', line 2451

def server_certificate_name
  @server_certificate_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2455
2456
2457
# File 'sig/types.rbs', line 2455

def tags
  @tags
end