Class: Aws::Types::AssociatedRole
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_role_arn ⇒ ::String
Returns the value of attribute associated_role_arn.
-
#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
#associated_role_arn ⇒ ::String
Returns the value of attribute associated_role_arn.
787 788 789 |
# File 'sig/types.rbs', line 787 def associated_role_arn @associated_role_arn end |
#certificate_s3_bucket_name ⇒ ::String
Returns the value of attribute certificate_s3_bucket_name.
788 789 790 |
# File 'sig/types.rbs', line 788 def certificate_s3_bucket_name @certificate_s3_bucket_name end |
#certificate_s3_object_key ⇒ ::String
Returns the value of attribute certificate_s3_object_key.
789 790 791 |
# File 'sig/types.rbs', line 789 def certificate_s3_object_key @certificate_s3_object_key end |
#encryption_kms_key_id ⇒ ::String
Returns the value of attribute encryption_kms_key_id.
790 791 792 |
# File 'sig/types.rbs', line 790 def encryption_kms_key_id @encryption_kms_key_id end |