Class: Aws::Types::UpdateEnvironmentAccountConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentAccountConnectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_arn.
-
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_arn.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def codebuild_role_arn @codebuild_role_arn end |
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def component_role_arn @component_role_arn end |
#id ⇒ ::String
Returns the value of attribute id.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def id @id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def role_arn @role_arn end |