Class: Aws::Types::UploadServerCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UploadServerCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_body ⇒ ::String
Returns the value of attribute certificate_body.
-
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#private_key ⇒ ::String
Returns the value of attribute private_key.
-
#server_certificate_name ⇒ ::String
Returns the value of attribute server_certificate_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#certificate_body ⇒ ::String
Returns the value of attribute certificate_body.
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.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def certificate_chain @certificate_chain end |
#path ⇒ ::String
Returns the value of attribute path.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def path @path end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
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.
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.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def @tags end |