Class: Aws::Types::ArtifactLocation
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3ArtifactLocation
Returns the value of attribute s3_location.
-
#type ⇒ "S3"
Returns the value of attribute type.
Instance Attribute Details
#s3_location ⇒ Types::S3ArtifactLocation
Returns the value of attribute s3_location.
285 286 287 |
# File 'sig/types.rbs', line 285 def s3_location @s3_location end |
#type ⇒ "S3"
Returns the value of attribute type.
284 285 286 |
# File 'sig/types.rbs', line 284 def type @type end |