Class: Aws::Types::AssociateEnclaveCertificateIamRoleRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateEnclaveCertificateIamRoleRequest
- 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.
667 668 669 |
# File 'sig/types.rbs', line 667 def certificate_arn @certificate_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
669 670 671 |
# File 'sig/types.rbs', line 669 def dry_run @dry_run end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
668 669 670 |
# File 'sig/types.rbs', line 668 def role_arn @role_arn end |