Class: Aws::Types::AwsCodeBuildProjectArtifactsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCodeBuildProjectArtifactsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_identifier ⇒ ::String
Returns the value of attribute artifact_identifier.
-
#encryption_disabled ⇒ Boolean
Returns the value of attribute encryption_disabled.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace_type ⇒ ::String
Returns the value of attribute namespace_type.
-
#override_artifact_name ⇒ Boolean
Returns the value of attribute override_artifact_name.
-
#packaging ⇒ ::String
Returns the value of attribute packaging.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#artifact_identifier ⇒ ::String
Returns the value of attribute artifact_identifier.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def artifact_identifier @artifact_identifier end |
#encryption_disabled ⇒ Boolean
Returns the value of attribute encryption_disabled.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def encryption_disabled @encryption_disabled end |
#location ⇒ ::String
Returns the value of attribute location.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def name @name end |
#namespace_type ⇒ ::String
Returns the value of attribute namespace_type.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def namespace_type @namespace_type end |
#override_artifact_name ⇒ Boolean
Returns the value of attribute override_artifact_name.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def override_artifact_name @override_artifact_name end |
#packaging ⇒ ::String
Returns the value of attribute packaging.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def packaging @packaging end |
#path ⇒ ::String
Returns the value of attribute path.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def path @path end |
#type ⇒ ::String
Returns the value of attribute type.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def type @type end |