Class: Aws::Types::Definition
- Inherits:
-
Object
- Object
- Aws::Types::Definition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Content, S3Location, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
329 330 331 |
# File 'sig/types.rbs', line 329 def content @content end |
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
330 331 332 |
# File 'sig/types.rbs', line 330 def s3_location @s3_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
331 332 333 |
# File 'sig/types.rbs', line 331 def unknown @unknown end |