Class: Aws::Types::AssetBundleImportSourceDescription
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportSourceDescription
- 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.
709 710 711 |
# File 'sig/types.rbs', line 709 def body @body end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
710 711 712 |
# File 'sig/types.rbs', line 710 def s3_uri @s3_uri end |