Class: Aws::Types::ArtifactStore

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_keyTypes::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.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def location
  @location
end

#type"S3"

Returns the value of attribute type.

Returns:

  • ("S3")


300
301
302
# File 'sig/types.rbs', line 300

def type
  @type
end