Class: Aws::Types::AssociateEnclaveCertificateIamRoleResult
- Inherits:
-
Object
- Object
- Aws::Types::AssociateEnclaveCertificateIamRoleResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_s3_bucket_name ⇒ ::String
Returns the value of attribute certificate_s3_bucket_name.
-
#certificate_s3_object_key ⇒ ::String
Returns the value of attribute certificate_s3_object_key.
-
#encryption_kms_key_id ⇒ ::String
Returns the value of attribute encryption_kms_key_id.
Instance Attribute Details
#certificate_s3_bucket_name ⇒ ::String
Returns the value of attribute certificate_s3_bucket_name.
588 589 590 |
# File 'sig/types.rbs', line 588 def certificate_s3_bucket_name @certificate_s3_bucket_name end |
#certificate_s3_object_key ⇒ ::String
Returns the value of attribute certificate_s3_object_key.
589 590 591 |
# File 'sig/types.rbs', line 589 def certificate_s3_object_key @certificate_s3_object_key end |
#encryption_kms_key_id ⇒ ::String
Returns the value of attribute encryption_kms_key_id.
590 591 592 |
# File 'sig/types.rbs', line 590 def encryption_kms_key_id @encryption_kms_key_id end |