Class: Aws::Types::APISchema
- Inherits:
-
Object
- Object
- Aws::Types::APISchema
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#s3 ⇒ Types::S3Identifier
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#payload ⇒ ::String
Returns the value of attribute payload.
12 13 14 |
# File 'sig/types.rbs', line 12 def payload @payload end |
#s3 ⇒ Types::S3Identifier
Returns the value of attribute s3.
13 14 15 |
# File 'sig/types.rbs', line 13 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
14 15 16 |
# File 'sig/types.rbs', line 14 def unknown @unknown end |