Class: Aws::Types::ProjectArtifacts
- Inherits:
-
Object
- Object
- Aws::Types::ProjectArtifacts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_identifier ⇒ ::String
Returns the value of attribute artifact_identifier.
-
#bucket_owner_access ⇒ "NONE", ...
Returns the value of attribute bucket_owner_access.
-
#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 ⇒ "NONE", "BUILD_ID"
Returns the value of attribute namespace_type.
-
#override_artifact_name ⇒ Boolean
Returns the value of attribute override_artifact_name.
-
#packaging ⇒ "NONE", "ZIP"
Returns the value of attribute packaging.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#type ⇒ "CODEPIPELINE", ...
Returns the value of attribute type.
Instance Attribute Details
#artifact_identifier ⇒ ::String
Returns the value of attribute artifact_identifier.
933 934 935 |
# File 'sig/types.rbs', line 933 def artifact_identifier @artifact_identifier end |
#bucket_owner_access ⇒ "NONE", ...
Returns the value of attribute bucket_owner_access.
934 935 936 |
# File 'sig/types.rbs', line 934 def bucket_owner_access @bucket_owner_access end |
#encryption_disabled ⇒ Boolean
Returns the value of attribute encryption_disabled.
932 933 934 |
# File 'sig/types.rbs', line 932 def encryption_disabled @encryption_disabled end |
#location ⇒ ::String
Returns the value of attribute location.
926 927 928 |
# File 'sig/types.rbs', line 926 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
929 930 931 |
# File 'sig/types.rbs', line 929 def name @name end |
#namespace_type ⇒ "NONE", "BUILD_ID"
Returns the value of attribute namespace_type.
928 929 930 |
# File 'sig/types.rbs', line 928 def namespace_type @namespace_type end |
#override_artifact_name ⇒ Boolean
Returns the value of attribute override_artifact_name.
931 932 933 |
# File 'sig/types.rbs', line 931 def override_artifact_name @override_artifact_name end |
#packaging ⇒ "NONE", "ZIP"
Returns the value of attribute packaging.
930 931 932 |
# File 'sig/types.rbs', line 930 def packaging @packaging end |
#path ⇒ ::String
Returns the value of attribute path.
927 928 929 |
# File 'sig/types.rbs', line 927 def path @path end |
#type ⇒ "CODEPIPELINE", ...
Returns the value of attribute type.
925 926 927 |
# File 'sig/types.rbs', line 925 def type @type end |