Class: Aws::Types::APISchema

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

Defined Under Namespace

Classes: Payload, S3, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:payload])

Instance Attribute Summary collapse

Instance Attribute Details

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def payload
  @payload
end

#s3Types::S3Identifier

Returns the value of attribute s3.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def s3
  @s3
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


14
15
16
# File 'sig/types.rbs', line 14

def unknown
  @unknown
end