Class: Aws::Types::CreateEnvironmentAccountConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentAccountConnectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_arn.
-
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#management_account_id ⇒ ::String
Returns the value of attribute management_account_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
167 168 169 |
# File 'sig/types.rbs', line 167 def client_token @client_token end |
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_arn.
168 169 170 |
# File 'sig/types.rbs', line 168 def codebuild_role_arn @codebuild_role_arn end |
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
169 170 171 |
# File 'sig/types.rbs', line 169 def component_role_arn @component_role_arn end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
170 171 172 |
# File 'sig/types.rbs', line 170 def environment_name @environment_name end |
#management_account_id ⇒ ::String
Returns the value of attribute management_account_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def management_account_id @management_account_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
172 173 174 |
# File 'sig/types.rbs', line 172 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
173 174 175 |
# File 'sig/types.rbs', line 173 def @tags end |