Class: Aws::Types::GetAssociatedEnclaveCertificateIamRolesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAssociatedEnclaveCertificateIamRolesRequest
- 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.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
9649 9650 9651 |
# File 'sig/types.rbs', line 9649 def certificate_arn @certificate_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9650 9651 9652 |
# File 'sig/types.rbs', line 9650 def dry_run @dry_run end |