Class: Aws::Types::ListDataSourcesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_sources::Array[Types::DataSource]

Returns the value of attribute data_sources.

Returns:



7484
7485
7486
# File 'sig/types.rbs', line 7484

def data_sources
  @data_sources
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7485
7486
7487
# File 'sig/types.rbs', line 7485

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7486
7487
7488
# File 'sig/types.rbs', line 7486

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7487
7488
7489
# File 'sig/types.rbs', line 7487

def status
  @status
end