Class: Aws::Types::AIAdapterS3Entry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_id::String

Returns the value of attribute adapter_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def s3_uri
  @s3_uri
end