Class: Aws::Types::ListDataSourceRunsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_identifier::String

Returns the value of attribute data_source_identifier.

Returns:

  • (::String)


3941
3942
3943
# File 'sig/types.rbs', line 3941

def data_source_identifier
  @data_source_identifier
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


3940
3941
3942
# File 'sig/types.rbs', line 3940

def domain_identifier
  @domain_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3944
3945
3946
# File 'sig/types.rbs', line 3944

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3943
3944
3945
# File 'sig/types.rbs', line 3943

def next_token
  @next_token
end

#status"REQUESTED", ...

Returns the value of attribute status.

Returns:

  • ("REQUESTED", "RUNNING", "FAILED", "PARTIALLY_SUCCEEDED", "SUCCESS")


3942
3943
3944
# File 'sig/types.rbs', line 3942

def status
  @status
end