Class: Aws::Types::AIAdapterS3Entry
- Inherits:
-
Object
- Object
- Aws::Types::AIAdapterS3Entry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def adapter_id @adapter_id end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
19 20 21 |
# File 'sig/types.rbs', line 19 def s3_uri @s3_uri end |