Class: Aws::Types::AwsCodeBuildProjectDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCodeBuildProjectDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifacts ⇒ ::Array[Types::AwsCodeBuildProjectArtifactsDetails]
Returns the value of attribute artifacts.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#environment ⇒ Types::AwsCodeBuildProjectEnvironment
Returns the value of attribute environment.
-
#logs_config ⇒ Types::AwsCodeBuildProjectLogsConfigDetails
Returns the value of attribute logs_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#secondary_artifacts ⇒ ::Array[Types::AwsCodeBuildProjectArtifactsDetails]
Returns the value of attribute secondary_artifacts.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#source ⇒ Types::AwsCodeBuildProjectSource
Returns the value of attribute source.
-
#vpc_config ⇒ Types::AwsCodeBuildProjectVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#artifacts ⇒ ::Array[Types::AwsCodeBuildProjectArtifactsDetails]
Returns the value of attribute artifacts.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def artifacts @artifacts end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def encryption_key @encryption_key end |
#environment ⇒ Types::AwsCodeBuildProjectEnvironment
Returns the value of attribute environment.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def environment @environment end |
#logs_config ⇒ Types::AwsCodeBuildProjectLogsConfigDetails
Returns the value of attribute logs_config.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def logs_config @logs_config end |
#name ⇒ ::String
Returns the value of attribute name.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def name @name end |
#secondary_artifacts ⇒ ::Array[Types::AwsCodeBuildProjectArtifactsDetails]
Returns the value of attribute secondary_artifacts.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def secondary_artifacts @secondary_artifacts end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def service_role @service_role end |
#source ⇒ Types::AwsCodeBuildProjectSource
Returns the value of attribute source.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def source @source end |
#vpc_config ⇒ Types::AwsCodeBuildProjectVpcConfig
Returns the value of attribute vpc_config.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def vpc_config @vpc_config end |