Class: Aws::Types::ArtifactLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • ("S3")


284
285
286
# File 'sig/types.rbs', line 284

def type
  @type
end