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.
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.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def certificate_chain @certificate_chain end |
#path ⇒ ::String
Returns the value of attribute path.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def path @path end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
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.
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.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def @tags end |