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.
8658 8659 8660 |
# File 'sig/types.rbs', line 8658 def certificate_arn @certificate_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8660 8661 8662 |
# File 'sig/types.rbs', line 8660 def dry_run @dry_run end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
8659 8660 8661 |
# File 'sig/types.rbs', line 8659 def role_arn @role_arn end |