Class: Aws::Types::ListResourceSnapshotJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def catalog
  @catalog
end

#engagement_identifier::String

Returns the value of attribute engagement_identifier.

Returns:

  • (::String)


985
986
987
# File 'sig/types.rbs', line 985

def engagement_identifier
  @engagement_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


983
984
985
# File 'sig/types.rbs', line 983

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


984
985
986
# File 'sig/types.rbs', line 984

def next_token
  @next_token
end

#sortTypes::SortObject

Returns the value of attribute sort.

Returns:



987
988
989
# File 'sig/types.rbs', line 987

def sort
  @sort
end

#status"Running", "Stopped"

Returns the value of attribute status.

Returns:

  • ("Running", "Stopped")


986
987
988
# File 'sig/types.rbs', line 986

def status
  @status
end