Class: Aws::Types::DisassociateEnvironmentRoleInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateEnvironmentRoleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#environment_role_arn ⇒ ::String
Returns the value of attribute environment_role_arn.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def domain_identifier @domain_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def environment_identifier @environment_identifier end |
#environment_role_arn ⇒ ::String
Returns the value of attribute environment_role_arn.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def environment_role_arn @environment_role_arn end |