Class: Aws::Types::ArtifactStore
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactStore
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#type ⇒ "S3"
Returns the value of attribute type.
Instance Attribute Details
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
302 303 304 |
# File 'sig/types.rbs', line 302 def encryption_key @encryption_key end |
#location ⇒ ::String
Returns the value of attribute location.
301 302 303 |
# File 'sig/types.rbs', line 301 def location @location end |
#type ⇒ "S3"
Returns the value of attribute type.
300 301 302 |
# File 'sig/types.rbs', line 300 def type @type end |