Class: Aws::Types::LayerVersionContentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:zip_file])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def s3_bucket
  @s3_bucket
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def s3_key
  @s3_key
end

#s3_object_storage_mode"COPY", "REFERENCE"

Returns the value of attribute s3_object_storage_mode.

Returns:

  • ("COPY", "REFERENCE")


1409
1410
1411
# File 'sig/types.rbs', line 1409

def s3_object_storage_mode
  @s3_object_storage_mode
end

#s3_object_version::String

Returns the value of attribute s3_object_version.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def s3_object_version
  @s3_object_version
end

#zip_file::String

Returns the value of attribute zip_file.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def zip_file
  @zip_file
end