Class: Aws::Types::BuildArtifacts
- Inherits:
-
Object
- Object
- Aws::Types::BuildArtifacts
- 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.
-
#md5sum ⇒ ::String
Returns the value of attribute md5sum.
-
#override_artifact_name ⇒ Boolean
Returns the value of attribute override_artifact_name.
-
#sha256sum ⇒ ::String
Returns the value of attribute sha256sum.
Instance Attribute Details
#artifact_identifier ⇒ ::String
Returns the value of attribute artifact_identifier.
175 176 177 |
# File 'sig/types.rbs', line 175 def artifact_identifier @artifact_identifier end |
#bucket_owner_access ⇒ "NONE", ...
Returns the value of attribute bucket_owner_access.
176 177 178 |
# File 'sig/types.rbs', line 176 def bucket_owner_access @bucket_owner_access end |
#encryption_disabled ⇒ Boolean
Returns the value of attribute encryption_disabled.
174 175 176 |
# File 'sig/types.rbs', line 174 def encryption_disabled @encryption_disabled end |
#location ⇒ ::String
Returns the value of attribute location.
170 171 172 |
# File 'sig/types.rbs', line 170 def location @location end |
#md5sum ⇒ ::String
Returns the value of attribute md5sum.
172 173 174 |
# File 'sig/types.rbs', line 172 def md5sum @md5sum end |
#override_artifact_name ⇒ Boolean
Returns the value of attribute override_artifact_name.
173 174 175 |
# File 'sig/types.rbs', line 173 def override_artifact_name @override_artifact_name end |
#sha256sum ⇒ ::String
Returns the value of attribute sha256sum.
171 172 173 |
# File 'sig/types.rbs', line 171 def sha256sum @sha256sum end |