Class: Aws::Types::Code

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

Defined Under Namespace

Classes: S3Location, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

Returns the value of attribute s3_location.

Returns:



17
18
19
# File 'sig/types.rbs', line 17

def s3_location
  @s3_location
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


18
19
20
# File 'sig/types.rbs', line 18

def unknown
  @unknown
end