Class: Aws::Types::TransferCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::TransferCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#target_aws_account ⇒ ::String
Returns the value of attribute target_aws_account.
-
#transfer_message ⇒ ::String
Returns the value of attribute transfer_message.
Instance Attribute Details
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
4962 4963 4964 |
# File 'sig/types.rbs', line 4962 def certificate_id @certificate_id end |
#target_aws_account ⇒ ::String
Returns the value of attribute target_aws_account.
4963 4964 4965 |
# File 'sig/types.rbs', line 4963 def target_aws_account @target_aws_account end |
#transfer_message ⇒ ::String
Returns the value of attribute transfer_message.
4964 4965 4966 |
# File 'sig/types.rbs', line 4964 def @transfer_message end |