Class: Aws::Types::AccountSettings
- Inherits:
-
Object
- Object
- Aws::Types::AccountSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pipeline_codebuild_role_arn ⇒ ::String
Returns the value of attribute pipeline_codebuild_role_arn.
-
#pipeline_provisioning_repository ⇒ Types::RepositoryBranch
Returns the value of attribute pipeline_provisioning_repository.
-
#pipeline_service_role_arn ⇒ ::String
Returns the value of attribute pipeline_service_role_arn.
Instance Attribute Details
#pipeline_codebuild_role_arn ⇒ ::String
Returns the value of attribute pipeline_codebuild_role_arn.
27 28 29 |
# File 'sig/types.rbs', line 27 def pipeline_codebuild_role_arn @pipeline_codebuild_role_arn end |
#pipeline_provisioning_repository ⇒ Types::RepositoryBranch
Returns the value of attribute pipeline_provisioning_repository.
28 29 30 |
# File 'sig/types.rbs', line 28 def pipeline_provisioning_repository @pipeline_provisioning_repository end |
#pipeline_service_role_arn ⇒ ::String
Returns the value of attribute pipeline_service_role_arn.
29 30 31 |
# File 'sig/types.rbs', line 29 def pipeline_service_role_arn @pipeline_service_role_arn end |