Class: Aws::Types::AssociateEnvironmentRoleInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateEnvironmentRoleInput
- 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.
365 366 367 |
# File 'sig/types.rbs', line 365 def domain_identifier @domain_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
366 367 368 |
# File 'sig/types.rbs', line 366 def environment_identifier @environment_identifier end |
#environment_role_arn ⇒ ::String
Returns the value of attribute environment_role_arn.
367 368 369 |
# File 'sig/types.rbs', line 367 def environment_role_arn @environment_role_arn end |