Class: Aws::Types::ListSourcesForS3TableIntegrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def next_token
  @next_token
end

#sources::Array[Types::S3TableIntegrationSource]

Returns the value of attribute sources.

Returns:



1334
1335
1336
# File 'sig/types.rbs', line 1334

def sources
  @sources
end