Class: Aws::Types::ListDataSourceRunActivitiesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


3925
3926
3927
# File 'sig/types.rbs', line 3925

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


3926
3927
3928
# File 'sig/types.rbs', line 3926

def identifier
  @identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3929
3930
3931
# File 'sig/types.rbs', line 3929

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3928
3929
3930
# File 'sig/types.rbs', line 3928

def next_token
  @next_token
end

#status"FAILED", ...

Returns the value of attribute status.

Returns:

  • ("FAILED", "PUBLISHING_FAILED", "SUCCEEDED_CREATED", "SUCCEEDED_UPDATED", "SKIPPED_ALREADY_IMPORTED", "SKIPPED_ARCHIVED", "SKIPPED_NO_ACCESS", "UNCHANGED")


3927
3928
3929
# File 'sig/types.rbs', line 3927

def status
  @status
end