Class: Aws::Types::AssetBundleImportSource
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
703 704 705 |
# File 'sig/types.rbs', line 703 def body @body end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
704 705 706 |
# File 'sig/types.rbs', line 704 def s3_uri @s3_uri end |