Class: Aws::Types::AssociateEnvironmentOperationsRoleMessage
- Inherits:
-
Object
- Object
- Aws::Types::AssociateEnvironmentOperationsRoleMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#operations_role ⇒ ::String
Returns the value of attribute operations_role.
Instance Attribute Details
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
109 110 111 |
# File 'sig/types.rbs', line 109 def environment_name @environment_name end |
#operations_role ⇒ ::String
Returns the value of attribute operations_role.
110 111 112 |
# File 'sig/types.rbs', line 110 def operations_role @operations_role end |