Class: Aws::Types::DisassociateEnclaveCertificateIamRoleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateEnclaveCertificateIamRoleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
8357 8358 8359 |
# File 'sig/types.rbs', line 8357 def certificate_arn @certificate_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8359 8360 8361 |
# File 'sig/types.rbs', line 8359 def dry_run @dry_run end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
8358 8359 8360 |
# File 'sig/types.rbs', line 8358 def role_arn @role_arn end |