Class: Aws::Types::SourceLocation

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

Defined Under Namespace

Classes: S3, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:s3])

Instance Attribute Summary collapse

Instance Attribute Details

#s3::String

Returns the value of attribute s3.

Returns:

  • (::String)


5782
5783
5784
# File 'sig/types.rbs', line 5782

def s3
  @s3
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


5783
5784
5785
# File 'sig/types.rbs', line 5783

def unknown
  @unknown
end