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.
581 582 583 |
# File 'sig/types.rbs', line 581 def certificate_arn @certificate_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
583 584 585 |
# File 'sig/types.rbs', line 583 def dry_run @dry_run end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
582 583 584 |
# File 'sig/types.rbs', line 582 def role_arn @role_arn end |